diff options
author | altimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 12:27:30 +0000 |
---|---|---|
committer | altimofeev@chromium.org <altimofeev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 12:27:30 +0000 |
commit | bdf9a7db56e00a3ffa01f1c9a1cf3adeff037caa (patch) | |
tree | fa6fc02eefe821a604ac66747e82ed40ed42c959 /chrome/app/chrome_dll_main.cc | |
parent | d98ae9749685a186da6ac4e9b78ba69ac09151cc (diff) | |
download | chromium_src-bdf9a7db56e00a3ffa01f1c9a1cf3adeff037caa.zip chromium_src-bdf9a7db56e00a3ffa01f1c9a1cf3adeff037caa.tar.gz chromium_src-bdf9a7db56e00a3ffa01f1c9a1cf3adeff037caa.tar.bz2 |
Merge 63156 - chromeos: Change bwsi to guest in a bunch of places.
BUG=chromium-os:7042
TEST=trybots
Review URL: http://codereview.chromium.org/3795008
TBR=tfarina@chromium.org
Review URL: http://codereview.chromium.org/3893004
git-svn-id: svn://svn.chromium.org/chrome/branches/552/src@63204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index c08e109..77c20ea 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -592,7 +592,7 @@ int ChromeMain(int argc, char** argv) { } #if defined(OS_CHROMEOS) - if (parsed_command_line.HasSwitch(switches::kBWSI)) { + if (parsed_command_line.HasSwitch(switches::kGuestSession)) { // Disable sync and extensions if we're in "browse without sign-in" mode. CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); singleton_command_line->AppendSwitch(switches::kDisableSync); |