Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 7d9ba43db92fee9a01f7e89da63a79d525117dbf..a56518487b9f78447d3d9d921be56129d663286a 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 |
Nikita (slow)
2011/06/07 09:29:52
nit: iff > if
altimofeev
2011/06/07 14:54:53
I meant "if and only if" here. Is it ok?
Nikita (slow)
2011/06/07 16:18:06
Sorry, wasn't obvious to me.
|
+// true. |
+const char kAllowWebUIOobe[] = "allow-webui-oobe"; |
Nikita (slow)
2011/06/07 09:29:52
Just webui-oobe.
altimofeev
2011/06/07 14:54:53
Actually, it will not work without kWebUILogin. So
Nikita (slow)
2011/06/07 16:18:06
Ok, makes sense, to make it more clear.
|
+ |
// This prevents Chrome from requiring authorization to run certain widely |
// installed but less commonly used plug-ins. |
const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; |