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

Unified Diff: extensions/common/feature_switch.h

Issue 270153004: Introduce ActiveScriptController; track active extension scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UMA Created 6 years, 7 months 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: extensions/common/feature_switch.h
diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
index 90db74a315406f7fff8ccd0d00df4891a9e2a476..18acce83f92ce14763b4b9155446dcbab534670d 100644
--- a/extensions/common/feature_switch.h
+++ b/extensions/common/feature_switch.h
@@ -25,6 +25,7 @@ class FeatureSwitch {
static FeatureSwitch* prompt_for_external_extensions();
static FeatureSwitch* error_console();
static FeatureSwitch* enable_override_bookmarks_ui();
+ static FeatureSwitch* active_script_enforcement();
not at google - send to devlin 2014/05/07 22:49:02 something more abstract would be appropriate, like
Devlin 2014/05/08 18:15:46 Done. (per offline discussion, "scripts-require-ac
enum DefaultValue {
DEFAULT_ENABLED,

Powered by Google App Engine
This is Rietveld 408576698