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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.cc

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/ssl/ssl_blocking_page.cc
diff --git a/chrome/browser/ssl/ssl_blocking_page.cc b/chrome/browser/ssl/ssl_blocking_page.cc
index 214c035317d472aeb545d1b119b16fe900a7a83a..0574d97395c6b345d8c418b084113912a7ace6e1 100644
--- a/chrome/browser/ssl/ssl_blocking_page.cc
+++ b/chrome/browser/ssl/ssl_blocking_page.cc
@@ -235,7 +235,8 @@ SSLBlockingPage::SSLBlockingPage(content::WebContents* web_contents,
// This must be done after calculating |interstitial_reason_| above.
uma_helper_.reset(new SecurityInterstitialUmaHelper(
- web_contents, request_url, GetHistogramPrefix(), GetSamplingEventName()));
+ web_contents, request_url, GetHistogramPrefix(), "" /* rappor prefix */,
+ GetSamplingEventName()));
uma_helper_->RecordUserDecision(SecurityInterstitialUmaHelper::SHOW);
uma_helper_->RecordUserInteraction(
SecurityInterstitialUmaHelper::TOTAL_VISITS);

Powered by Google App Engine
This is Rietveld 408576698