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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h

Issue 1492423003: Rejigger ThemeService: move exposure of ThemeProvider interface to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix that unittest Created 5 years 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/bookmarks/bookmark_button.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
index 25d73b0d2b6cd781083959cc163595ddf7ca58b6..3f3d3abbfc5d6e12ce453b39f0c910a446fa596d 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
@@ -11,7 +11,7 @@
@class BookmarkBarFolderController;
@class BookmarkButton;
@class BrowserWindowController;
-class ThemeService;
+class Profile;
namespace bookmarks {
class BookmarkModel;
@@ -130,8 +130,8 @@ class BookmarkNode;
// Used to tell the controller to stop making room for a drop.
- (void)clearDropInsertionPos;
-// Return the theme service associated with this browser window.
-- (ThemeService*)themeService;
+// Return the profile associated with this browser window.
+- (Profile*)profile;
// Called just before a child folder puts itself on screen.
- (void)childFolderWillShow:(id<BookmarkButtonControllerProtocol>)child;

Powered by Google App Engine
This is Rietveld 408576698