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

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') | no next file with comments »
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..0d4a2defe203f8bf533d54039a08ba8be8d809ab 100644
--- a/chrome/browser/extensions/activity_log/activity_actions.cc
+++ b/chrome/browser/extensions/activity_log/activity_actions.cc
@@ -46,7 +46,7 @@ const char* kApisForRapporMetric[] = {
};
const char* kExtensionAdInjectionRapporMetricName =
- "Extensions.PossibleAdInjection";
+ "Extensions.PossibleAdInjection2";
Devlin 2014/05/22 23:36:45 Nit: please add a short comment stating why this i
Steven Holte 2014/05/23 21:54:05 Done.
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698