summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 15:47:38 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 15:47:38 +0000
commitbd1696d82cc76597b926df22568ac69555069ffc (patch)
treec152dabbcc10a3cc61f11a6d70edce8f300b6381 /chrome/browser/metrics
parent3bf7ebd20495e943147815b28289414116ef3c35 (diff)
downloadchromium_src-bd1696d82cc76597b926df22568ac69555069ffc.zip
chromium_src-bd1696d82cc76597b926df22568ac69555069ffc.tar.gz
chromium_src-bd1696d82cc76597b926df22568ac69555069ffc.tar.bz2
Add user metrics for nonsandboxed plugin infobar.
BUG=52341 TEST=none Review URL: http://codereview.chromium.org/3303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics')
-rw-r--r--chrome/browser/metrics/user_metrics.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/metrics/user_metrics.h b/chrome/browser/metrics/user_metrics.h
index 5436595..b1420ae 100644
--- a/chrome/browser/metrics/user_metrics.h
+++ b/chrome/browser/metrics/user_metrics.h
@@ -32,9 +32,8 @@ class UserMetrics {
// not good: "SSLDialogShown", "PageLoaded", "DiskFull"
// We use this to gather anonymized information about how users are
// interacting with the browser.
- // WARNING: Call this function exactly like this, with the string literal
- // inline:
- // UserMetrics::RecordAction("foo bar", profile);
+ // WARNING: Call this function exactly like this:
+ // UserMetrics::RecordAction(UserMetricsAction("foo bar"));
// because otherwise our processing scripts won't pick up on new actions.
//
// For more complicated situations (like when there are many different