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

Unified Diff: chrome/browser/interstitials/security_interstitial_metrics_helper.cc

Issue 935663004: Add checkbox for reporting invalid TLS/SSL cert chains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use SecurityInterstitialMetricsHelper for extended reporting events Created 5 years, 9 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/interstitials/security_interstitial_metrics_helper.cc
diff --git a/chrome/browser/interstitials/security_interstitial_metrics_helper.cc b/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
index ab2a143492afb245e3dae4a113c15ced00e2249c..0c17b329234bbadfb98e93a5f93c0f69d3943558 100644
--- a/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
+++ b/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
@@ -151,6 +151,10 @@ void SecurityInterstitialMetricsHelper::RecordUserInteraction(
case RELOAD:
case OPEN_TIME_SETTINGS:
case TOTAL_VISITS:
+ case SET_EXTENDED_REPORTING_ENABLED_SSL:
+ case SET_EXTENDED_REPORTING_ENABLED_SAFE_BROWSING:
+ case EXTENDED_REPORTING_IS_ENABLED_SSL:
+ case EXTENDED_REPORTING_IS_ENABLED_SAFE_BROWSING:
case MAX_INTERACTION:
break;
}

Powered by Google App Engine
This is Rietveld 408576698