summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc6
-rw-r--r--chrome/common/chrome_switches.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3c409071..7576779 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1170,6 +1170,9 @@ const char kEnableDevicePolicy[] = "enable-device-policy";
// Viewer.
const char kEnableGView[] = "enable-gview";
+// Enable Kiosk mode for ChromeOS
+const char kEnableKioskMode[] = "enable-kiosk-mode";
+
// Enables mobile setup in a dialog.
const char kEnableMobileSetupDialog[] = "enable-mobile-dialog";
@@ -1184,6 +1187,9 @@ const char kEnableSensors[] = "enable-sensors";
// default.
const char kEnableStaticIPConfig[] = "enable-static-ip-config";
+// Path for the screensaver used in Kiosk mode
+const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path";
+
// Enables Chrome-as-a-login-manager behavior.
const char kLoginManager[] = "login-manager";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 877d7db..9fda124 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -321,10 +321,12 @@ extern const char kSkipOAuthLogin[];
extern const char kEnableBluetooth[];
extern const char kEnableDevicePolicy[];
extern const char kEnableGView[];
+extern const char kEnableKioskMode[];
extern const char kEnableMobileSetupDialog[];
extern const char kEnableONCPolicy[];
extern const char kEnableSensors[];
extern const char kEnableStaticIPConfig[];
+extern const char kKioskModeScreensaverPath[];
extern const char kLoginManager[];
// TODO(avayvod): Remove this flag when it's unnecessary for testing
// purposes.