summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 17:32:22 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 17:32:22 +0000
commit5abf8e8c201f90b32c85871e225a8255b421f5c1 (patch)
tree3de065a4753c5d066bbcfc007af74a10ee2a67c8 /base
parent8d3a2250812fae70841f053f159c01c0ae8efd97 (diff)
downloadchromium_src-5abf8e8c201f90b32c85871e225a8255b421f5c1.zip
chromium_src-5abf8e8c201f90b32c85871e225a8255b421f5c1.tar.gz
chromium_src-5abf8e8c201f90b32c85871e225a8255b421f5c1.tar.bz2
BookmarkEditorController needs to implement NSMatrixDelegate for the 10.6 SDK
build. BUG=arthropod TEST=build with mac_sdk=10.6 Review URL: http://codereview.chromium.org/345026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/cocoa_protocols_mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/cocoa_protocols_mac.h b/base/cocoa_protocols_mac.h
index 860df69..5079177 100644
--- a/base/cocoa_protocols_mac.h
+++ b/base/cocoa_protocols_mac.h
@@ -24,6 +24,7 @@
DEFINE_EMPTY_PROTOCOL(NSAlertDelegate)
DEFINE_EMPTY_PROTOCOL(NSAnimationDelegate)
DEFINE_EMPTY_PROTOCOL(NSControlTextEditingDelegate)
+DEFINE_EMPTY_PROTOCOL(NSMatrixDelegate)
DEFINE_EMPTY_PROTOCOL(NSMenuDelegate)
DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource)
DEFINE_EMPTY_PROTOCOL(NSTextFieldDelegate)