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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.h

Issue 872813003: Add Rappor metrics for Safe Browsing and SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
index 27ee2e6be716e7f090dc59f49c8ae0c7bf225f9a..2d880fd1f7b4483f2bd9dba3eb2e30cde30130d2 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -191,7 +191,8 @@ class SafeBrowsingBlockingPage : public SecurityInterstitialPage {
void PopulateHarmfulLoadTimeData(base::DictionaryValue* load_time_data);
void PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data);
- std::string GetHistogramPrefix() const;
+ std::string GetUmaHistogramPrefix() const;
+ std::string GetRapporMetricPrefix() const;
std::string GetSamplingEventName() const;
scoped_ptr<SecurityInterstitialUmaHelper> uma_helper_;

Powered by Google App Engine
This is Rietveld 408576698