summaryrefslogtreecommitdiffstats
path: root/base/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'base/metrics')
-rw-r--r--base/metrics/user_metrics.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/base/metrics/user_metrics.h b/base/metrics/user_metrics.h
index 10e7d3c..57356c3 100644
--- a/base/metrics/user_metrics.h
+++ b/base/metrics/user_metrics.h
@@ -30,9 +30,10 @@ namespace base {
// name from the hash later on.
//
// Once a new recorded action is added, run
-// tools/metrics/actions/extract_actions.py --hash
-// to generate a new mapping of [action hashes -> metric names] and send it
-// out for review to be updated.
+// tools/metrics/actions/extract_actions.py
+// to add the metric to actions.xml, then update the <owner>s and <description>
+// sections. Make sure to include the actions.xml file when you upload your code
+// for review!
//
// For more complicated situations (like when there are many different
// possible actions), see RecordComputedAction.