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

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

Issue 7465090: [Mac] Replace the custom bookmark menus with native NSMenus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/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 7bbfc9f2f25af88c459f5bde519da9dcf50a38bf..6b5635b832707ae8756d3e3d112c4378b3de2a57 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
@@ -133,12 +133,6 @@ class ThemeProvider;
// Return the theme provider associated with this browser window.
- (ui::ThemeProvider*)themeProvider;
-// Called just before a child folder puts itself on screen.
-- (void)childFolderWillShow:(id<BookmarkButtonControllerProtocol>)child;
-
-// Called just before a child folder closes.
-- (void)childFolderWillClose:(id<BookmarkButtonControllerProtocol>)child;
-
// Return a controller's folder controller for a subfolder, or nil.
- (BookmarkBarFolderController*)folderController;

Powered by Google App Engine
This is Rietveld 408576698