diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 01:16:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-20 01:16:26 +0000 |
commit | b15bc3e3d3c1aa31af7a772cc75dfdfe5f9c216e (patch) | |
tree | b28b5e9c7d227fb34a1efdbf373de156cf4c91c6 /chrome/app/chrome_dll_main.cc | |
parent | 543a79af21f69f050b7b640f6e93b3abc67830a7 (diff) | |
download | chromium_src-b15bc3e3d3c1aa31af7a772cc75dfdfe5f9c216e.zip chromium_src-b15bc3e3d3c1aa31af7a772cc75dfdfe5f9c216e.tar.gz chromium_src-b15bc3e3d3c1aa31af7a772cc75dfdfe5f9c216e.tar.bz2 |
chromeos: Change bwsi to guest in a bunch of places.
BUG=chromium-os:7042
TEST=trybots
Review URL: http://codereview.chromium.org/3795008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63156 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 ca73937..d63c3ce 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); |