diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 18:56:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 18:56:32 +0000 |
commit | 2d2c150401cf4220b8152102136175626328d39e (patch) | |
tree | 937f773cc053fd0659ad50815fb71a48316a5bd1 /base | |
parent | e2dc07e78897e7a4907df0749d4d1b335a2a8c65 (diff) | |
download | chromium_src-2d2c150401cf4220b8152102136175626328d39e.zip chromium_src-2d2c150401cf4220b8152102136175626328d39e.tar.gz chromium_src-2d2c150401cf4220b8152102136175626328d39e.tar.bz2 |
Mac: Tweak content settings window.
Add "Features" label to source list.
xib change: Add some vertical space at the top of each tab, change outline view cell size to "small", hook up new outlet.
http://i.imgur.com/KGES6.png
BUG=45546
TEST=Content settings window still works: Current pane is still remembered, and opening the window from a bubble selects the right pane.
Review URL: http://codereview.chromium.org/2932009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/cocoa_protocols_mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/cocoa_protocols_mac.h b/base/cocoa_protocols_mac.h index ce3845d..1ff2878 100644 --- a/base/cocoa_protocols_mac.h +++ b/base/cocoa_protocols_mac.h @@ -30,6 +30,7 @@ DEFINE_EMPTY_PROTOCOL(NSControlTextEditingDelegate) DEFINE_EMPTY_PROTOCOL(NSMatrixDelegate) DEFINE_EMPTY_PROTOCOL(NSMenuDelegate) DEFINE_EMPTY_PROTOCOL(NSOpenSavePanelDelegate) +DEFINE_EMPTY_PROTOCOL(NSOutlineViewDataSource) DEFINE_EMPTY_PROTOCOL(NSOutlineViewDelegate) DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource) DEFINE_EMPTY_PROTOCOL(NSTableViewDelegate) |