summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_editor_controller.h
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 /chrome/browser/cocoa/bookmark_editor_controller.h
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 'chrome/browser/cocoa/bookmark_editor_controller.h')
-rw-r--r--chrome/browser/cocoa/bookmark_editor_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h
index 4c03c98..1dd9067 100644
--- a/chrome/browser/cocoa/bookmark_editor_controller.h
+++ b/chrome/browser/cocoa/bookmark_editor_controller.h
@@ -16,7 +16,8 @@
// A controller for the bookmark editor, opened with Edit... from the
// context menu of a bookmark button.
-@interface BookmarkEditorController : NSWindowController<NSTextFieldDelegate> {
+@interface BookmarkEditorController : NSWindowController<NSMatrixDelegate,
+ NSTextFieldDelegate> {
@private
IBOutlet NSTextField* nameField_;
IBOutlet NSTextField* urlField_;