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

Unified Diff: chrome/browser/infobars/infobar_service.h

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Overall code cleanup to request reviewers to PTAL. Created 4 years, 5 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/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_;

Powered by Google App Engine
This is Rietveld 408576698