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

Unified Diff: chrome/browser/infobars/infobar_delegate.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_delegate.h
diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h
index 3411967c26ad6aeecf8b99a28631a03df02f6174..05126e167997b71e50d519fefd0c089d4828987a 100644
--- a/chrome/browser/infobars/infobar_delegate.h
+++ b/chrome/browser/infobars/infobar_delegate.h
@@ -73,9 +73,9 @@ class InfoBarDelegate {
// 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
- // InfoBarService when determining whether or not a delegate should be
+ // InfoBarManager when determining whether or not a delegate should be
// added because a matching one already exists. If this function returns true,
- // the InfoBarService will not add the new delegate because it considers
+ // the InfoBarManager will not add the new delegate because it considers
// one to already be present.
virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
@@ -112,9 +112,8 @@ class InfoBarDelegate {
void set_infobar(InfoBar* infobar) { infobar_ = infobar; }
- // Store the unique id for the active entry in our WebContents, to be used
- // later upon navigation to determine if this InfoBarDelegate should be
- // expired.
+ // Store the unique id for the active entry, to be used later upon navigation
+ // to determine if this InfoBarDelegate should be expired.
void StoreActiveEntryUniqueID();
// Return the icon to be shown for this InfoBar. If the returned Image is
« no previous file with comments | « no previous file | chrome/browser/infobars/infobar_delegate.cc » ('j') | chrome/browser/infobars/infobar_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698