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

Unified Diff: chrome/common/extensions/feature_switch.h

Issue 23311011: ErrorConsole Switch, Duplicate Error Detection, Dev Mode Check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to FeatureSwitch, add Occurrence Count Created 7 years, 4 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: chrome/common/extensions/feature_switch.h
diff --git a/chrome/common/extensions/feature_switch.h b/chrome/common/extensions/feature_switch.h
index acb0465a61329fb0fae6d1b46cf52c866d7e91ea..cb73682e95e280fa388cebe42bcf07eee241c485 100644
--- a/chrome/common/extensions/feature_switch.h
+++ b/chrome/common/extensions/feature_switch.h
@@ -21,7 +21,7 @@ class FeatureSwitch {
static FeatureSwitch* script_badges();
static FeatureSwitch* script_bubble();
static FeatureSwitch* prompt_for_external_extensions();
- static FeatureSwitch* tab_capture();
+ static FeatureSwitch* error_console();
enum DefaultValue {
DEFAULT_ENABLED,

Powered by Google App Engine
This is Rietveld 408576698