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

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

Issue 6979021: Mac. Build bookmark tooltips more intelligently, not showing title if same as URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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_controller.h
===================================================================
--- chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h (revision 86723)
+++ chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h (working copy)
@@ -349,7 +349,8 @@
// Or from a context menu over either the bar or a button.
- (IBAction)addPage:(id)sender;
- (IBAction)addFolder:(id)sender;
-
+// Make a relevant tooltip string for node.
+- (NSString*)tooltipForNode:(const BookmarkNode*)node;
@end
// Redirects from BookmarkBarBridge, the C++ object which glues us to

Powered by Google App Engine
This is Rietveld 408576698