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

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: 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..862afac15cea04562886745a81b03f3acb67efe5 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 kEnableKioskMode[] = "enable-kiosk-mode";
+
// Whether to show the image-based login.
const char kEnableLoginImages[] = "enable-login-images";

Powered by Google App Engine
This is Rietveld 408576698