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

Unified Diff: chrome/browser/infobars/infobar_service.h

Issue 230853002: Remove remaining dependencies of infobars on content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use virtual method Created 6 years, 8 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/infobars/infobar_service.h
diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
index 152a5f732a98483d231bc88d72011acbf4041a3a..ea24fc5698991ebaab3e7954e3298df71498b058 100644
--- a/chrome/browser/infobars/infobar_service.h
+++ b/chrome/browser/infobars/infobar_service.h
@@ -46,6 +46,7 @@ class InfoBarService : public InfoBarManager,
virtual ~InfoBarService();
// InfoBarManager:
+ virtual int GetActiveEntryID() OVERRIDE;
// TODO(droger): Remove these functions once infobar notifications are
// removed. See http://crbug.com/354380
virtual void NotifyInfoBarAdded(InfoBar* infobar) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698