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

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

Issue 935663004: Add checkbox for reporting invalid TLS/SSL cert chains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up leftover upload url declaration 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.h
diff --git a/chrome/browser/interstitials/security_interstitial_metrics_helper.h b/chrome/browser/interstitials/security_interstitial_metrics_helper.h
index 1808852bc9872e1657eb329fc5e86a2e7286a537..02ae9dfd34ef27cc9ff9781e9c3e92ab1c2a8ac6 100644
--- a/chrome/browser/interstitials/security_interstitial_metrics_helper.h
+++ b/chrome/browser/interstitials/security_interstitial_metrics_helper.h
@@ -42,6 +42,10 @@ class SecurityInterstitialMetricsHelper {
SHOW_LEARN_MORE,
RELOAD,
OPEN_TIME_SETTINGS,
+ SET_EXTENDED_REPORTING_ENABLED_SSL,
+ SET_EXTENDED_REPORTING_ENABLED_SAFE_BROWSING,
felt 2015/03/25 01:07:17 You don't need to distinguish between SSL and SAFE
estark 2015/03/25 04:08:02 Done. Also, oops, I wasn't actually using SET_EXTE
+ EXTENDED_REPORTING_IS_ENABLED_SSL,
+ EXTENDED_REPORTING_IS_ENABLED_SAFE_BROWSING,
MAX_INTERACTION
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/interstitials/security_interstitial_metrics_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698