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 613bcf30e81e60469940920938cedac85141b25b..ec7e0cb19105230f1fed371f04373cea6c848f9f 100644 |
--- a/chrome/browser/ssl/captive_portal_blocking_page.h |
+++ b/chrome/browser/ssl/captive_portal_blocking_page.h |
@@ -61,6 +61,7 @@ class CaptivePortalBlockingPage : public SecurityInterstitialPage { |
bool ShouldCreateNewNavigation() const override; |
void PopulateInterstitialStrings( |
base::DictionaryValue* load_time_data) override; |
+ void AfterShow() override {} |
// InterstitialPageDelegate method: |
void CommandReceived(const std::string& command) override; |