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

Unified Diff: extensions/common/switches.h

Issue 23311011: ErrorConsole Switch, Duplicate Error Detection, Dev Mode Check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable ErrorConsole for Android 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
« no previous file with comments | « extensions/browser/extension_error.cc ('k') | extensions/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index 7fceb54e9d697942f294fcc27e4ac7c2fb5c510c..43cc0f1ea796f599dec038d8d9b4460b2f939816 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -14,6 +14,7 @@ namespace switches {
extern const char kAllowLegacyExtensionManifests[];
extern const char kAllowScriptingGallery[];
extern const char kEnableExperimentalExtensionApis[];
+extern const char kErrorConsole[];
extern const char kExtensionsOnChromeURLs[];
extern const char kShowComponentExtensionOptions[];
« no previous file with comments | « extensions/browser/extension_error.cc ('k') | extensions/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698