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

Unified Diff: chrome/common/chrome_switches.cc

Issue 430003: Revert change that disallowed content scripts access to file:// (Closed)
Patch Set: Can't go back, only through Created 11 years, 1 month 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f372542e47f74e22be8a822903090e5b854a1b7d..c3f16330752f3da55efdbe019c355350102ace48 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -191,10 +191,6 @@ const char kEnableFastback[] = "enable-fastback";
// testing, for example page cycler and layout tests. See bug 1157243.
const char kEnableFileCookies[] = "enable-file-cookies";
-// By default, js content scripts are not allowed on file://. They are needed
-// for page cycler tests. See http://crbug.com/27877.
-const char kEnableJsOnFileUrls[] = "enable-content-script-on-file-urls";
-
// Disable LocalStorage.
const char kDisableLocalStorage[] = "disable-local-storage";

Powered by Google App Engine
This is Rietveld 408576698