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

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

Issue 3137033: Minor fixes to keep TOT working with the 10.6 SDK. Note use of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « no previous file | chrome/test/ui_test_utils_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/task_manager_mac.h
===================================================================
--- chrome/browser/cocoa/task_manager_mac.h (revision 57106)
+++ chrome/browser/cocoa/task_manager_mac.h (working copy)
@@ -9,6 +9,7 @@
#import <Cocoa/Cocoa.h>
#include <vector>
+#include "base/cocoa_protocols_mac.h"
#include "base/scoped_nsobject.h"
#include "chrome/browser/cocoa/table_row_nsimage_cache.h"
#include "chrome/browser/task_manager.h"
@@ -19,7 +20,9 @@
// This class is responsible for loading the task manager window and for
// managing it.
-@interface TaskManagerWindowController : NSWindowController {
+@interface TaskManagerWindowController :
+ NSWindowController<NSTableViewDataSource,
+ NSTableViewDelegate> {
@private
IBOutlet NSTableView* tableView_;
IBOutlet NSButton* endProcessButton_;
« no previous file with comments | « no previous file | chrome/test/ui_test_utils_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698