diff options
author | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 00:35:05 +0000 |
---|---|---|
committer | maf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 00:35:05 +0000 |
commit | 18efaec85c11656772692319d9c9089cba543059 (patch) | |
tree | f65ba93869bfe482d9ddc35bf0884363866fdd27 /chrome/browser/ui/cocoa/bookmarks | |
parent | 1a271461fe27a82400f219a33d78ecef9bc40909 (diff) | |
download | chromium_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/bookmarks')
-rw-r--r-- | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h | 1 |
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; |