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

Unified Diff: chrome/browser/api/infobars/link_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
Index: chrome/browser/api/infobars/link_infobar_delegate.h
diff --git a/chrome/browser/api/infobars/link_infobar_delegate.h b/chrome/browser/api/infobars/link_infobar_delegate.h
index 08561151dc512ebe270df493e2da06ef68039f5c..96a19411bf6ce8f479262cbc4e7bd72f65f66471 100644
--- a/chrome/browser/api/infobars/link_infobar_delegate.h
+++ b/chrome/browser/api/infobars/link_infobar_delegate.h
@@ -31,12 +31,12 @@ class LinkInfoBarDelegate : public InfoBarDelegate {
virtual bool LinkClicked(WindowOpenDisposition disposition);
protected:
- explicit LinkInfoBarDelegate(InfoBarTabHelper* infobar_helper);
+ explicit LinkInfoBarDelegate(InfoBarTabService* infobar_service);
virtual ~LinkInfoBarDelegate();
private:
// InfoBarDelegate:
- virtual InfoBar* CreateInfoBar(InfoBarTabHelper* infobar_helper) OVERRIDE;
+ virtual InfoBar* CreateInfoBar(InfoBarTabService* infobar_service) OVERRIDE;
virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(LinkInfoBarDelegate);
« no previous file with comments | « chrome/browser/api/infobars/infobar_tab_service.h ('k') | chrome/browser/api/infobars/link_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698