Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d0abefedcc8a60f77929b8280c52092d1e8e1798..59137232e7c54c276ab4a9e3d2bf3279605eb792 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -41,6 +41,10 @@ const char kAllowScriptingGallery[] = "allow-scripting-gallery"; |
// websocket proxy. |
const char kAllowWebSocketProxy[] = "allow-websocket-proxy"; |
+// Allows WebUI based OOBE. Note, WebUI will be used iff kWebUILogin is also |
+// true. |
+const char kAllowWebUIOobe[] = "allow-webui-oobe"; |
+ |
// This prevents Chrome from requiring authorization to run certain widely |
// installed but less commonly used plug-ins. |
const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; |