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

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

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android/win Created 6 years 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 985b7c0a4dbc1dc49750fec14dcda08b837188b9..b766f16677d6fc113f9f3c802d6d5205fd97613f 100644
--- a/chrome/browser/infobars/infobar_service.h
+++ b/chrome/browser/infobars/infobar_service.h
@@ -57,6 +57,8 @@ class InfoBarService : public infobars::InfoBarManager,
// removed. See http://crbug.com/354380
void NotifyInfoBarAdded(infobars::InfoBar* infobar) override;
void NotifyInfoBarRemoved(infobars::InfoBar* infobar, bool animate) override;
+ scoped_ptr<infobars::InfoBar> CreateConfirmInfoBar(
+ scoped_ptr<ConfirmInfoBarDelegate> delegate) override;
// content::WebContentsObserver:
void RenderProcessGone(base::TerminationStatus status) override;

Powered by Google App Engine
This is Rietveld 408576698