Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4143)

Unified Diff: chrome/browser/cocoa/bookmark_editor_controller.h

Issue 345026: BookmarkEditorController needs to implement NSMatrixDelegate for the 10.6 SDK build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/cocoa_protocols_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « base/cocoa_protocols_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698