| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| index 98fa9433774024a661c1222e14e5815d43e7d053..ad336c892a18231f25c6a4d2b7d9790c218cd589 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| @@ -107,6 +107,7 @@ class SafeBrowsingBlockingPage : public SecurityInterstitialPage {
|
| bool ShouldCreateNewNavigation() const override;
|
| void PopulateInterstitialStrings(
|
| base::DictionaryValue* load_time_data) override;
|
| + void AfterShow() override {}
|
|
|
| // After a safe browsing interstitial where the user opted-in to the
|
| // report but clicked "proceed anyway", we delay the call to
|
|
|