Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index 41c3469f2bdd580375b7fa7372e065bdb3fb7d51..75a4c3b89035eecb07f48244104ba829d0c1fecb 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -8,6 +8,9 @@ namespace extensions { |
namespace switches { |
+// Notify the user and require consent for extensions running scripts. |
+const char kActiveScriptEnforcement[] = "active-script-enforcement"; |
+ |
// Allows non-https URL for background_page for hosted apps. |
const char kAllowHTTPBackgroundPage[] = "allow-http-background-page"; |