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

Unified Diff: chrome/browser/api/infobars/simple_alert_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/simple_alert_infobar_delegate.h
diff --git a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h
index c1f8fc381013f29dca54288d70a5990ab01c2e4a..98ce3f254367b53718ed27c8179b65a711241fc9 100644
--- a/chrome/browser/api/infobars/simple_alert_infobar_delegate.h
+++ b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h
@@ -12,7 +12,7 @@
class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
- SimpleAlertInfoBarDelegate(InfoBarTabHelper* infobar_helper,
+ SimpleAlertInfoBarDelegate(InfoBarTabService* infobar_service,
gfx::Image* icon, // May be NULL.
const string16& message,
bool auto_expire);
« no previous file with comments | « chrome/browser/api/infobars/link_infobar_delegate.cc ('k') | chrome/browser/api/infobars/simple_alert_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698