summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/cocoa_protocols_mac.h1
-rw-r--r--chrome/browser/cocoa/bookmark_editor_controller.h3
2 files changed, 3 insertions, 1 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)
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_;