| Index: chrome/browser/cocoa/bookmark_editor_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/bookmark_editor_controller.h (revision 30582)
|
| +++ chrome/browser/cocoa/bookmark_editor_controller.h (working copy)
|
| @@ -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_;
|
|
|