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

Unified Diff: chrome/browser/ui/cocoa/infobars/infobar_cocoa.h

Issue 211273007: Split InfoBarService core code into InfoBarManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + comments Created 6 years, 9 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/ui/cocoa/infobars/infobar_cocoa.h
diff --git a/chrome/browser/ui/cocoa/infobars/infobar_cocoa.h b/chrome/browser/ui/cocoa/infobars/infobar_cocoa.h
index b48c6a4213bba28cf3b3595ed39e7b2801e2b0cf..033400bd3169a6eacf77f3c610d0503fcd60bd7f 100644
--- a/chrome/browser/ui/cocoa/infobars/infobar_cocoa.h
+++ b/chrome/browser/ui/cocoa/infobars/infobar_cocoa.h
@@ -26,7 +26,7 @@ class InfoBarCocoa : public InfoBar {
}
// These functions allow access to protected InfoBar functions.
- InfoBarService* OwnerCocoa();
+ InfoBarManager* OwnerCocoa();
base::WeakPtr<InfoBarCocoa> GetWeakPtr();

Powered by Google App Engine
This is Rietveld 408576698