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

Unified Diff: chrome/browser/tab_contents/infobar_delegate.h

Issue 6989001: Misc. infobar stuff: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/tab_contents/infobar_delegate.h
===================================================================
--- chrome/browser/tab_contents/infobar_delegate.h (revision 84698)
+++ chrome/browser/tab_contents/infobar_delegate.h (working copy)
@@ -16,6 +16,7 @@
class InfoBar;
class LinkInfoBarDelegate;
class PluginInstallerInfoBarDelegate;
+class TabContents;
class ThemeInstalledInfoBarDelegate;
class TranslateInfoBarDelegate;
@@ -41,7 +42,7 @@
// Called to create the InfoBar. Implementation of this method is
// platform-specific.
- virtual InfoBar* CreateInfoBar() = 0;
+ virtual InfoBar* CreateInfoBar(TabContents* owner) = 0;
// Returns true if the supplied |delegate| is equal to this one. Equality is
// left to the implementation to define. This function is called by the

Powered by Google App Engine
This is Rietveld 408576698