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

Unified Diff: extensions/browser/bad_message.h

Issue 2429283004: histograms: Add ESWMF_INVALID_DECREMENT_ACTIVITY bad message reason (Closed)
Patch Set: also fix typo Created 4 years, 2 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/extension_service_worker_message_filter.cc » ('j') | no next file with comments »
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 2abea64171e62f18919f97233d2c4d4ca8859c0d..73c28c8b377251be96c59b4f939339f32271df5a 100644
--- a/extensions/browser/bad_message.h
+++ b/extensions/browser/bad_message.h
@@ -30,7 +30,7 @@ enum BadMessageReason {
AVG_BAD_EXT_ID = 5,
AVG_NULL_AVG = 6,
// Invalid decrement of an Extensions SW ref count.
- ESWMF_INVALID_DECREMENT_ACTIVIY = 7,
+ ESWMF_INVALID_DECREMENT_ACTIVITY = 7,
// 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/extension_service_worker_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698