| 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..55d3cd05612d81b9291318d68cd8211205516fc8 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 {}
|
|
|
| // InterstitialPageDelegate method:
|
| void CommandReceived(const std::string& command) override;
|
|
|