Index: components/nacl/browser/bad_message.h |
diff --git a/components/nacl/browser/bad_message.h b/components/nacl/browser/bad_message.h |
index d8a0884a5861c3d78702251488c3c64e725e337f..297b7669563f2fb9460ff397f8e80b2b51ff41ed 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 { |
NACL_OPEN_EXECUTABLE_BAD_ROUTING_ID = 0, |
NACL_LAUNCH_CONTINUATION_BAD_ROUTING_ID = 1, |