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

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: revert accidental deletion (fixes failing CaptivePortal tests) 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..433fcab3201f19fa5f69e33a326f0d7e887bdfa4 100644
--- a/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
+++ b/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
@@ -151,6 +151,9 @@ void SecurityInterstitialMetricsHelper::RecordUserInteraction(
case RELOAD:
case OPEN_TIME_SETTINGS:
case TOTAL_VISITS:
+ case SET_EXTENDED_REPORTING_ENABLED:
+ case SET_EXTENDED_REPORTING_DISABLED:
+ case EXTENDED_REPORTING_IS_ENABLED:
case MAX_INTERACTION:
break;
}

Powered by Google App Engine
This is Rietveld 408576698