DescriptionFix 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=
Committed: https://crrev.com/bcf1404d6a55ecd90d06c0fd602116a312a8ceaf
Cr-Commit-Position: refs/heads/master@{#441419}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|