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

Unified Diff: chrome/common/chrome_switches.cc

Issue 244003: Kiosk Mode implementation (Closed)
Patch Set: Finally fix MACOSX Created 11 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/automation/automation_messages_internal.h » ('j') | 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 ef26499b427593a2ddaafa766c43471374bd5d6c..e91f5d12f2a6020cef6018d81326d30688be80a7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -203,6 +203,9 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
// Enable Native Web Worker support
const char kEnableNativeWebWorkers[] = "enable-native-web-workers";
+// Enable AutoFill++.
+const char kEnableNewAutoFill[] = "enable-new-autofill";
+
// Enable remote web font support. SVG font should always work whether
// this option is specified or not.
const char kEnableRemoteFonts[] = "enable-remote-fonts";
@@ -304,6 +307,11 @@ const char kInternalNaCl[] = "internal-nacl";
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";
+#if !defined(OS_MACOSX)
+// Enable Kiosk mode.
+const char kKioskMode[] = "kiosk";
+#endif
+
// Load an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
@@ -692,7 +700,4 @@ const char kGearsPluginPathOverride[] = "gears-plugin-path";
// appropriate ifdef at the bottom. The order should match the header.
// -----------------------------------------------------------------------------
-// Enable AutoFill++.
-const char kEnableNewAutoFill[] = "enable-new-autofill";
-
} // namespace switches
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/automation/automation_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698