| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index a18e157e74adf1d3599577fc4eaa6bbc248bb43e..a1b9e07fcbfd0af30250b0247c78f8594ac3bc60 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -54,6 +54,9 @@ class InfoBarService : public infobars::InfoBarManager,
|
| std::unique_ptr<ConfirmInfoBarDelegate> delegate) override;
|
| void OpenURL(const GURL& url, WindowOpenDisposition disposition) override;
|
|
|
| + // Message handlers.
|
| + void OnDidBlockDisplayingInsecureContent();
|
| +
|
| private:
|
| friend class content::WebContentsUserData<InfoBarService>;
|
|
|
| @@ -77,9 +80,6 @@ class InfoBarService : public infobars::InfoBarManager,
|
| void WebContentsDestroyed() override;
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| - // Message handlers.
|
| - void OnDidBlockDisplayingInsecureContent();
|
| -
|
| // See description in set_ignore_next_reload().
|
| bool ignore_next_reload_;
|
|
|
|
|