The 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

Review URL: https://codereview.chromium.org/289303004

Cr-Commit-Position: refs/heads/master@{#288697}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288697 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 28eb8a28986c00f24221b0a25757f02b9a942839
3 files changed
tree: 9cb7a6ae46a7731e1e104377e566468be6243d44
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/