Fix AccountManagerHelper assert access from FRE.
FRE was made to lazily load the libraries, but it attempts to access the AccountManagerHelper before it has been fully initialized. To avoid this, use ChromeBrowserInitializer to the pre native initialization early, which will call into: ProcessInitializationHandler#handlePreNativeInitialization, which does AccountManagerHelper.initializeAccountManagerHelper. BUG= Review-Url: https://codereview.chromium.org/2610173002 Cr-Commit-Position: refs/heads/master@{#441419}
Showing
Please register or sign in to comment