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

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

Issue 496006: Make KeywordEditorCocoaController implement the proper protocols. Also remove (Closed)
Patch Set: Created 11 years 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 | « chrome/browser/cocoa/font_language_settings_controller.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/keyword_editor_cocoa_controller.h
diff --git a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
index 105e76ce7ea862ab2927b8c69d39241be815a453..5e844266109826d2b1c39dc5bf536558b198e67d 100644
--- a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
+++ b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
@@ -5,6 +5,7 @@
#import <Cocoa/Cocoa.h>
#include "app/table_model_observer.h"
+#import "base/cocoa_protocols_mac.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/search_engines/edit_search_engine_controller.h"
#include "chrome/browser/search_engines/keyword_editor_controller.h"
@@ -58,7 +59,10 @@ class KeywordEditorModelObserver : public TemplateURLModelObserver,
// acts as |tableView_|'s data source and delegate, feeding it data from the
// KeywordEditorController's |table_model()|.
-@interface KeywordEditorCocoaController : NSWindowController {
+@interface KeywordEditorCocoaController : NSWindowController
+ <NSWindowDelegate,
+ NSTableViewDataSource,
+ NSTableViewDelegate> {
IBOutlet NSTableView* tableView_;
IBOutlet NSButton* addButton_;
IBOutlet NSButton* removeButton_;
« no previous file with comments | « chrome/browser/cocoa/font_language_settings_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698