diff options
author | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 15:28:03 +0000 |
---|---|---|
committer | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 15:28:03 +0000 |
commit | 48cf2922302ca733969524a3285784e7a4c20e42 (patch) | |
tree | b04d0a9856ca2fe1da987b6831d415669a6e0ae9 | |
parent | 3e64b991f09f8d8664e83a937f53ecd4c3a875b8 (diff) | |
download | chromium_src-48cf2922302ca733969524a3285784e7a4c20e42.zip chromium_src-48cf2922302ca733969524a3285784e7a4c20e42.tar.gz chromium_src-48cf2922302ca733969524a3285784e7a4c20e42.tar.bz2 |
[cros] Removed unnecessary command line reinitialization that led to emptying it.
R=nkostylev@chromium.org
BUG=chromiumos:15348
TEST=Login as a new user or try to create a new google account. Verify that browser is navigated to Getting Started or create account page accordingly. Login and verify that options page works as it should and that about://commandline shows the right command line.
TBR=nkostylev@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85633 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/login/login_utils.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc index bddabef..9567b9f 100644 --- a/chrome/browser/chromeos/login/login_utils.cc +++ b/chrome/browser/chromeos/login/login_utils.cc @@ -582,10 +582,6 @@ void LoginUtils::DoBrowserLaunch(Profile* profile, LoginDisplayHost* login_host) { BootTimesLoader::Get()->AddLoginTimeMarker("BrowserLaunched", false); - // Update command line in case loose values were added. - CommandLine::ForCurrentProcess()->InitFromArgv( - CommandLine::ForCurrentProcess()->argv()); - VLOG(1) << "Launching browser..."; BrowserInit browser_init; int return_code; |