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

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

Issue 521005: Mac: Double-clicking tabs in the task manager should focus that tab. (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 | « no previous file | chrome/browser/cocoa/task_manager_mac.mm » ('j') | chrome/browser/cocoa/task_manager_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/task_manager_mac.h
diff --git a/chrome/browser/cocoa/task_manager_mac.h b/chrome/browser/cocoa/task_manager_mac.h
index 07f3fb21b549e42ce4f2d3136931042f8b8e349a..b0e148116484f2e02fdb3a2ad2620cc3fa48e651 100644
--- a/chrome/browser/cocoa/task_manager_mac.h
+++ b/chrome/browser/cocoa/task_manager_mac.h
@@ -30,6 +30,9 @@
// Callback for "End process" button.
- (IBAction)killSelectedProcesses:(id)sender;
+
+// Callback for double clicks on the table.
+- (void)selectDoubleClickedTab:(id)sender;
Jens Alfke 2009/12/23 19:38:48 Technically this should be an (IBAction) even if y
@end
// This class listens to task changed events sent by chrome.
« no previous file with comments | « no previous file | chrome/browser/cocoa/task_manager_mac.mm » ('j') | chrome/browser/cocoa/task_manager_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698