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

Unified Diff: chrome/browser/ssl/captive_portal_blocking_page.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: add test for not sending reports when flag is disabled Created 5 years, 10 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/captive_portal_blocking_page.h
diff --git a/chrome/browser/ssl/captive_portal_blocking_page.h b/chrome/browser/ssl/captive_portal_blocking_page.h
index 0b150cb6f3fb19683bd53b2721d10b8cb365488d..1510fed6e798e29cfd70aa45d50a075133aed509 100644
--- a/chrome/browser/ssl/captive_portal_blocking_page.h
+++ b/chrome/browser/ssl/captive_portal_blocking_page.h
@@ -55,6 +55,9 @@ class CaptivePortalBlockingPage : public SecurityInterstitialPage {
void PopulateInterstitialStrings(
base::DictionaryValue* load_time_data) override;
bool ShouldCreateNewNavigation() const override;
+ // Extended reporting is not enabled for captive portal interstitials.
+ void PopulateExtendedReportingOption(
+ base::DictionaryValue* load_time_data) override{};
felt 2015/02/24 01:57:53 nit: missing a space?
estark 2015/02/24 18:47:09 Hmm, 'git cl format' removes it if I add a space t
// InterstitialPageDelegate method:
void CommandReceived(const std::string& command) override;

Powered by Google App Engine
This is Rietveld 408576698