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

Unified Diff: extensions/browser/bad_message.h

Issue 2629783002: Upload crash reports when ExtensionFunctions generate bad messages. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | extensions/browser/bad_message.cc » ('j') | extensions/browser/bad_message.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/bad_message.h
diff --git a/extensions/browser/bad_message.h b/extensions/browser/bad_message.h
index 73c28c8b377251be96c59b4f939339f32271df5a..6ad25e4783b036a9a1855a9d1a5b943174640bba 100644
--- a/extensions/browser/bad_message.h
+++ b/extensions/browser/bad_message.h
@@ -31,6 +31,7 @@ enum BadMessageReason {
AVG_NULL_AVG = 6,
// Invalid decrement of an Extensions SW ref count.
ESWMF_INVALID_DECREMENT_ACTIVITY = 7,
+ EFD_BAD_MESSAGE = 8,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. ExtensionHost becomes EH) plus a unique description of the
// reason. After making changes, you MUST update histograms.xml by running:
« no previous file with comments | « no previous file | extensions/browser/bad_message.cc » ('j') | extensions/browser/bad_message.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698