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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7111033: Ties up OOBE controllers and WebUI handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 6 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698