DescriptionThe WebView has a path (early use of the CookieManager) which
needs access to the native command line arguments before we have
initialized Chromium.
This cl moves the setting up of the native command line to just after
the LibraryLoaded.load step rather than just before the
LibraryLoaded.initialise step.
We remove the ability to pass the command line to initialize
(which doesn't seem to be used) and remove the command line
argument from the LibraryLoaded hook. You can access the
native command line arguments instead which will have been set up.
BUG=331424
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288697
Patch Set 1 #Patch Set 2 : Add CommandLine to CookieManagerStartUpTest #
Total comments: 4
Patch Set 3 : split into two paths #Patch Set 4 : Restore check in initialize. #Patch Set 5 : Rebase. #Patch Set 6 : Rebase. #
Total comments: 3
Patch Set 7 : Remove command line from init #Patch Set 8 : Move init command line to load #Patch Set 9 : Add test #Patch Set 10 : Rebase. #Patch Set 11 : Rebase More. #Messages
Total messages: 22 (0 generated)
|