Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index ef86310621bb580fa8327286a29971430b25c7f5..2b4cf46ae25bed0ecf5d28c736e395febd850d58 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -500,6 +500,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"; |