summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/user_metrics.h
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 03:48:43 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 03:48:43 +0000
commit3eed248ecdf1ce8bb7f9cc5f0b61767e0408b9a9 (patch)
tree0075722c749ccd5b2b9f7c640a2b1e9b3cf6d06e /chrome/browser/metrics/user_metrics.h
parentc6e86aec674695a8616e20f93638818333323ef7 (diff)
downloadchromium_src-3eed248ecdf1ce8bb7f9cc5f0b61767e0408b9a9.zip
chromium_src-3eed248ecdf1ce8bb7f9cc5f0b61767e0408b9a9.tar.gz
chromium_src-3eed248ecdf1ce8bb7f9cc5f0b61767e0408b9a9.tar.bz2
Add a pointer to chrome/tools/extract_actions.py in user_metrics.h.
Having the pointer would be useful for those who want to use RecordComputedAction(). For instance, I spent some to find out the script. BUG=none TEST=compiled. Review URL: http://codereview.chromium.org/3364020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics/user_metrics.h')
-rw-r--r--chrome/browser/metrics/user_metrics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/metrics/user_metrics.h b/chrome/browser/metrics/user_metrics.h
index b1420ae..8fcca7a 100644
--- a/chrome/browser/metrics/user_metrics.h
+++ b/chrome/browser/metrics/user_metrics.h
@@ -46,7 +46,8 @@ class UserMetrics {
// This function has identical input and behavior to RecordAction, but is
// not automatically found by the action-processing scripts. It can be used
// when it's a pain to enumerate all possible actions, but if you use this
- // you need to also update the rules for extracting known actions.
+ // you need to also update the rules for extracting known actions in
+ // chrome/tools/extract_actions.py.
static void RecordComputedAction(const std::string& action,
Profile* profile);