Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5372)

Unified Diff: chrome/browser/extensions/activity_log/activity_actions.cc

Issue 264123004: Modify rappor parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_metrics_service.cc » ('j') | components/rappor/rappor_metric.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/activity_actions.cc
diff --git a/chrome/browser/extensions/activity_log/activity_actions.cc b/chrome/browser/extensions/activity_log/activity_actions.cc
index def31528c0637518de5b58d37738ace0a38c59a8..36375f68096a3ba75626c58b8d09ebc775d454c8 100644
--- a/chrome/browser/extensions/activity_log/activity_actions.cc
+++ b/chrome/browser/extensions/activity_log/activity_actions.cc
@@ -45,8 +45,10 @@ const char* kApisForRapporMetric[] = {
"HTMLAnchorElement.href",
};
+// The "Extensions.PossibleAdInjection2" metric uses different Rappor
+// parameters than the original metric.
const char* kExtensionAdInjectionRapporMetricName =
- "Extensions.PossibleAdInjection";
+ "Extensions.PossibleAdInjection2";
// The elements for which we check the 'src' attribute to look for ads.
const char* kSrcElements[] = {
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_metrics_service.cc » ('j') | components/rappor/rappor_metric.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698