summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-22 03:16:37 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-22 03:16:37 +0000
commitd8320fb6f439f2c3c92d400c4e0be3eda79fe9c2 (patch)
tree509c92e63b8eaadb86a8f30467665e9f3ddbced5
parentee01309caee5c8ec26f7338f866a86f068d6458a (diff)
downloadchromium_src-d8320fb6f439f2c3c92d400c4e0be3eda79fe9c2.zip
chromium_src-d8320fb6f439f2c3c92d400c4e0be3eda79fe9c2.tar.gz
chromium_src-d8320fb6f439f2c3c92d400c4e0be3eda79fe9c2.tar.bz2
[UMA] Update more comments about extract_actions.py.
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/208393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258759 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/about_flags.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ac788a4..e984c08 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -409,9 +409,11 @@ const Experiment::Choice kTouchScrollingModeChoices[] = {
// comment to the end of the feature name, like so:
// "my-special-feature", // FLAGS:RECORD_UMA
//
-// After doing that, run //tools/metrics/actions/extract_actions.py (see
-// instructions at the top of that file for details) to update the
-// chromeactions.txt file, which will enable UMA to record your feature flag.
+// After doing that, run
+// tools/metrics/actions/extract_actions.py
+// to add the metric to actions.xml (which will enable UMA to record your
+// feature flag), then update the <owner>s and <description> sections. Make sure
+// to include the actions.xml file when you upload your code for review!
//
// After your feature has shipped under a flag, you can locate the metrics under
// the action name AboutFlags_internal-action-name. Actions are recorded once