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

Unified Diff: components/nacl/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 | « chrome/browser/bad_message.h ('k') | content/browser/bad_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/bad_message.h
diff --git a/components/nacl/browser/bad_message.h b/components/nacl/browser/bad_message.h
index e8c1ac9ef690a4b0db858b8c77e70101824047c9..b7f45fd2a7b983a64a83404a22bd5c0594a36d8b 100644
--- a/components/nacl/browser/bad_message.h
+++ b/components/nacl/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 {
NFH_OPEN_EXECUTABLE_BAD_ROUTING_ID = 0,
NHMF_LAUNCH_CONTINUATION_BAD_ROUTING_ID = 1,
« no previous file with comments | « chrome/browser/bad_message.h ('k') | content/browser/bad_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698