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

Unified Diff: extensions/common/switches.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/switches.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index f79e32fe5f09f167987aa6480c5dfccfd19602e0..28eb87a4d2451064ef157d6ce0da280531db4552 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -11,6 +11,7 @@ namespace extensions {
namespace switches {
+extern const char kActiveScriptEnforcement[];
extern const char kAllowHTTPBackgroundPage[];
extern const char kAllowLegacyExtensionManifests[];
extern const char kEnableExperimentalExtensionApis[];

Powered by Google App Engine
This is Rietveld 408576698