Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 13590004: Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc (revision 192508)
+++ trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc (working copy)
@@ -97,6 +97,7 @@
::switches::kGpuStartupDialog,
::switches::kHasChromeOSDiamondKey,
::switches::kHasChromeOSKeyboard,
+ ::switches::kLoginProfile,
::switches::kNaturalScrollDefault,
::switches::kNoSandbox,
::switches::kPpapiFlashArgs,
@@ -160,7 +161,6 @@
cc::switches::kUIEnablePartialSwap,
cc::switches::kUIEnablePerTilePainting,
chromeos::switches::kDbusStub,
- chromeos::switches::kLoginProfile,
gfx::switches::kEnableBrowserTextSubpixelPositioning,
gfx::switches::kEnableWebkitTextSubpixelPositioning,
views::corewm::switches::kNoDropShadows,
@@ -300,10 +300,10 @@
const CommandLine& base_command_line,
CommandLine* command_line) {
base::DictionaryValue otr_switches;
- otr_switches.SetString(switches::kGuestSession, std::string());
+ otr_switches.SetString(::switches::kGuestSession, std::string());
otr_switches.SetString(::switches::kIncognito, std::string());
otr_switches.SetString(::switches::kLoggingLevel, kGuestModeLoggingLevel);
- otr_switches.SetString(switches::kLoginUser, kGuestUserName);
+ otr_switches.SetString(::switches::kLoginUser, kGuestUserName);
// Override the home page.
otr_switches.SetString(::switches::kHomePage,

Powered by Google App Engine
This is Rietveld 408576698