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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm

Issue 12538012: Mac: "Import bookmarks..." right click shouldn't bring up context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm
===================================================================
--- chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm (revision 188772)
+++ chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.mm (working copy)
@@ -102,7 +102,7 @@
return noItemTextfield_;
}
--(BookmarkBarImportButton*)importBookmarksButton {
+-(NSButton*)importBookmarksButton {
Robert Sesek 2013/03/18 19:20:05 nit: space before ( and on line 101
Alexei Svitkine (slow) 2013/03/18 19:41:27 Done.
return importBookmarksButton_;
}
@@ -287,14 +287,6 @@
@end // @implementation BookmarkBarTextField
-@implementation BookmarkBarImportButton
-
-- (NSMenu*)menu {
- return [barView_ menu];
-}
-
-@end // @implementation BookmarkBarImportButton
-
@implementation BookmarkBarItemContainer
- (NSMenu*)menu {
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698