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

Unified Diff: extensions/browser/bad_message.h

Issue 1143323006: Histograms.xml python script housekeeping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bad_message
Patch Set: Fix imports (sadface) Created 5 years, 7 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 | « content/browser/bad_message.h ('k') | tools/metrics/common/path_util.py » ('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 25a0789becf99c9feedc1684fc0c7c979f4345f6..c78cd5b500c9ff58487518c2bc40986df0e56fee 100644
--- a/extensions/browser/bad_message.h
+++ b/extensions/browser/bad_message.h
@@ -19,7 +19,9 @@ namespace bad_message {
//
// NOTE: Do not remove or reorder elements in this list. Add new entries at the
// end. Items may be renamed but do not change the values. We rely on the enum
-// values in histograms. Also update histograms.xml with any new values.
+// values in histograms. Also update histograms.xml with any new values by
+// running:
+// python tools/metrics/histograms/update_bad_message_reasons.py
enum BadMessageReason {
EOG_BAD_ORIGIN = 0,
EVG_BAD_ORIGIN = 1,
« no previous file with comments | « content/browser/bad_message.h ('k') | tools/metrics/common/path_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698