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

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

Issue 12550006: Mac: Add a shortcut to open the Apps page from the bookmark bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor typo. Created 7 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/bookmarks/bookmark_bar_folder_button_cell.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
index ec1ae6bd37744e9b33cc45f0da8ddfedd4117f3f..c63eedbe6b42fbc1356b6f05488af9ec282869fd 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h
@@ -16,9 +16,9 @@
// Create a button cell which draws without a theme and with a frame
// color provided by the ThemeService defaults.
+ (id)buttonCellForNode:(const BookmarkNode*)node
- menuController:(BookmarkContextMenuCocoaController*)menuController
- cellText:(NSString*)cellText
- cellImage:(NSImage*)cellImage;
+ text:(NSString*)text
+ image:(NSImage*)image
+ menuController:(BookmarkContextMenuCocoaController*)menuController;
@end

Powered by Google App Engine
This is Rietveld 408576698