Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 79e2e03c865c1bb7adcdaf532408793dfd38e08c..4fa36b8c52a97757200454f26a2a8a621485e939 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -505,6 +505,11 @@ const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui"; |
// Enables or disables showing extensions in the action box. |
const char kExtensionsInActionBox[] = "extensions-in-action-box"; |
+// Enables or disables running extensions on chrome:// URLs. |
+// Extensions still need to explicitly request access to chrome:// URLs in the |
+// manifest. |
+const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls"; |
+ |
// By default, cookies are not allowed on file://. They are needed for testing, |
// for example page cycler and layout tests. See bug 1157243. |
const char kEnableFileCookies[] = "enable-file-cookies"; |