summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa
diff options
context:
space:
mode:
authormaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-18 00:35:05 +0000
committermaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-18 00:35:05 +0000
commit18efaec85c11656772692319d9c9089cba543059 (patch)
treef65ba93869bfe482d9ddc35bf0884363866fdd27 /chrome/browser/ui/cocoa
parent1a271461fe27a82400f219a33d78ecef9bc40909 (diff)
downloadchromium_src-18efaec85c11656772692319d9c9089cba543059.zip
chromium_src-18efaec85c11656772692319d9c9089cba543059.tar.gz
chromium_src-18efaec85c11656772692319d9c9089cba543059.tar.bz2
Just some tidying up while I'm in here.
Delete accessor declaration for an NSMenu object that doesn't exist in the code any more. Review URL: http://codereview.chromium.org/6546001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa')
-rw-r--r--chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
index 4989f57..6bb57f3 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h
@@ -370,7 +370,6 @@ willAnimateFromState:(bookmarks::VisualState)oldState
@interface BookmarkBarController(InternalOrTestingAPI)
- (BookmarkBarView*)buttonView;
- (NSMutableArray*)buttons;
-- (NSMenu*)offTheSideMenu;
- (NSButton*)offTheSideButton;
- (BOOL)offTheSideButtonIsHidden;
- (BookmarkButton*)otherBookmarksButton;