Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 72249) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -43,6 +43,10 @@ |
// useful for automation testing of the gallery. |
const char kAllowScriptingGallery[] = "allow-scripting-gallery"; |
+// This prevents Chrome from requiring authorization to run certain widely |
+// installed but less commonly used plug-ins. |
+const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; |
+ |
// Enable web inspector for all windows, even if they're part of the browser. |
// Allows us to use our dev tools to debug browser windows itself. |
const char kAlwaysEnableDevTools[] = "always-enable-dev-tools"; |