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

Unified Diff: extensions/browser/extension_error.h

Issue 238073002: Provide UI for per-extension enabling/disabling of error collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed pref map for Ben Created 6 years, 8 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/browser/extension_error.h
diff --git a/extensions/browser/extension_error.h b/extensions/browser/extension_error.h
index e9055495b40d84b9cd447ca99a6392805cdb3680..e3a249d04214608c1b8cf75e031e959f9f12df9b 100644
--- a/extensions/browser/extension_error.h
+++ b/extensions/browser/extension_error.h
@@ -25,7 +25,8 @@ class ExtensionError {
public:
enum Type {
MANIFEST_ERROR,
- RUNTIME_ERROR
+ RUNTIME_ERROR,
+ NUM_ERROR_TYPES // Put new values above this.
};
virtual ~ExtensionError();

Powered by Google App Engine
This is Rietveld 408576698