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

Unified Diff: chrome/browser/api/infobars/link_infobar_delegate.cc

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.cc
diff --git a/chrome/browser/api/infobars/link_infobar_delegate.cc b/chrome/browser/api/infobars/link_infobar_delegate.cc
index 340945cde50a720ddd2fd3787d5d147077c00c5b..29f78ab052fe6f1016344b5acfe574d7745c0456 100644
--- a/chrome/browser/api/infobars/link_infobar_delegate.cc
+++ b/chrome/browser/api/infobars/link_infobar_delegate.cc
@@ -8,8 +8,8 @@ bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
return true;
}
-LinkInfoBarDelegate::LinkInfoBarDelegate(InfoBarTabHelper* infobar_helper)
- : InfoBarDelegate(infobar_helper) {
+LinkInfoBarDelegate::LinkInfoBarDelegate(InfoBarTabService* infobar_service)
+ : InfoBarDelegate(infobar_service) {
}
LinkInfoBarDelegate::~LinkInfoBarDelegate() {
« no previous file with comments | « chrome/browser/api/infobars/link_infobar_delegate.h ('k') | chrome/browser/api/infobars/simple_alert_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698