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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11418291: Adding about:flags option to enable guest mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index be29824da375ae8f22f293a9084444bc2566d848..a8e1be2aa278255ca6145d43ced025e6b1454c68 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1335,6 +1335,9 @@ const char kUserDataDir[] = "user-data-dir";
// Uses the GAIA web-based signin flow instead of the native UI signin flow.
const char kUseWebBasedSigninFlow[] = "use-web-based-signin-flow";
+// Enables desktop guest mode.
+const char kEnableDesktopGuestMode[] = "enable-desktop-guest-mode";
Roger Tawa OOO till Jul 10th 2012/12/03 15:57:42 Match header file order.
jwd 2012/12/03 17:40:32 Done.
+
// Specifies a custom URL for the server which reports variation data to the
// client. See variations_service.cc.
const char kVariationsServerURL[] = "variations-server-url";
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698