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

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

Issue 228293004: InfoBarService inherits from InfoBarManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace 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_delegate.h
diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h
index caa9eff02e1100aad52ae47d8ae2997d59a1f7e1..48b4e27694b47f167419934d10f33ecb11e7f042 100644
--- a/chrome/browser/infobars/infobar_delegate.h
+++ b/chrome/browser/infobars/infobar_delegate.h
@@ -127,6 +127,8 @@ class InfoBarDelegate {
// This trivial getter is defined out-of-line in order to avoid needing to
// #include infobar.h, which would lead to circular #includes.
+ // TODO(droger): Remove this function and have callers use
+ // InfoBarService::WebContentsFromInfoBar() instead.
content::WebContents* web_contents();
protected:

Powered by Google App Engine
This is Rietveld 408576698