diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 03:48:43 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 03:48:43 +0000 |
commit | 3eed248ecdf1ce8bb7f9cc5f0b61767e0408b9a9 (patch) | |
tree | 0075722c749ccd5b2b9f7c640a2b1e9b3cf6d06e /chrome/browser/metrics/user_metrics.h | |
parent | c6e86aec674695a8616e20f93638818333323ef7 (diff) | |
download | chromium_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.h | 3 |
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); |