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

Unified Diff: chrome/browser/api/infobars/confirm_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/confirm_infobar_delegate.cc
diff --git a/chrome/browser/api/infobars/confirm_infobar_delegate.cc b/chrome/browser/api/infobars/confirm_infobar_delegate.cc
index 294446688adb37929297cc3923d3fa1e47fceb3a..963687d40d43c5626c586135857e08ab6d2158a7 100644
--- a/chrome/browser/api/infobars/confirm_infobar_delegate.cc
+++ b/chrome/browser/api/infobars/confirm_infobar_delegate.cc
@@ -41,8 +41,9 @@ bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
return true;
}
-ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(InfoBarTabHelper* infobar_helper)
- : InfoBarDelegate(infobar_helper) {
+ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(
+ InfoBarTabService* infobar_service)
+ : InfoBarDelegate(infobar_service) {
}
ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() {
« no previous file with comments | « chrome/browser/api/infobars/confirm_infobar_delegate.h ('k') | chrome/browser/api/infobars/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698