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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9265026: Implement restart on Idle for Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed kiosk->retail and incorporated review comments. Created 8 years, 11 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9747090bc1b3693a0ad1170304a1f130d7b3998f..ca3e3e47b4d0a2560cc76e7f9cd328b516bbbe99 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1197,6 +1197,8 @@ const char kEnableDevicePolicy[] = "enable-device-policy";
// Viewer.
const char kEnableGView[] = "enable-gview";
+const char kEnableRetailMode[] = "enable-retail-mode";
xiyuan 2012/01/26 19:34:18 nit: sort
rkc 2012/01/26 21:36:06 Done.
+
// Whether to show the image-based login.
const char kEnableLoginImages[] = "enable-login-images";

Powered by Google App Engine
This is Rietveld 408576698