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

Unified Diff: chrome/browser/api/infobars/confirm_infobar_delegate.h

Issue 10830353: Introduce InfoBarTabService API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments, merge to LKGR Created 8 years, 4 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
« no previous file with comments | « chrome/browser/api/infobars/DEPS ('k') | chrome/browser/api/infobars/confirm_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/infobars/confirm_infobar_delegate.h
diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.h b/chrome/browser/api/infobars/confirm_infobar_delegate.h
index e793bd7c18d0596ae950c93b6148b2ea34cd1fe3..ec71000a2b74df758c0c44fd50b2cb104cb004a3 100644
--- a/chrome/browser/api/infobars/confirm_infobar_delegate.h
+++ b/chrome/browser/api/infobars/confirm_infobar_delegate.h
@@ -58,7 +58,7 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
virtual bool LinkClicked(WindowOpenDisposition disposition);
protected:
- explicit ConfirmInfoBarDelegate(InfoBarTabHelper* infobar_helper);
+ explicit ConfirmInfoBarDelegate(InfoBarTabService* infobar_service);
virtual ~ConfirmInfoBarDelegate();
virtual bool ShouldExpireInternal(
@@ -66,7 +66,7 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
private:
// InfoBarDelegate:
- virtual InfoBar* CreateInfoBar(InfoBarTabHelper* owner) OVERRIDE;
+ virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE;
virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
« no previous file with comments | « chrome/browser/api/infobars/DEPS ('k') | chrome/browser/api/infobars/confirm_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698