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

Unified Diff: chrome/browser/cocoa/bookmark_bar_view.h

Issue 155358: More bookmark bar changes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller_unittest.mm ('k') | chrome/browser/cocoa/bookmark_bar_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_view.h
===================================================================
--- chrome/browser/cocoa/bookmark_bar_view.h (revision 20588)
+++ chrome/browser/cocoa/bookmark_bar_view.h (working copy)
@@ -13,7 +13,13 @@
// I expect changes for new features (themes, extensions, etc).
@interface BookmarkBarView : BackgroundGradientView {
+ @private
+ IBOutlet NSMenu* barContextualMenu_;
}
@end
+@interface BookmarkBarView(TestingAPI)
+- (void)setContextMenu:(NSMenu*)menu;
+@end
+
#endif // CHROME_BROWSER_COCOA_BOOKMARK_BAR_VIEW_H_
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller_unittest.mm ('k') | chrome/browser/cocoa/bookmark_bar_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698