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

Unified Diff: chrome/views/group_table_view.cc

Issue 1822: Task Manager Double Click (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « chrome/browser/task_manager_resource_providers.cc ('k') | chrome/views/table_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/group_table_view.cc
===================================================================
--- chrome/views/group_table_view.cc (revision 1649)
+++ chrome/views/group_table_view.cc (working copy)
@@ -87,6 +87,7 @@
// for the list view control to actually switch the focus, the right item
// will be selected.
if ((virtual_keycode != VK_UP) && (virtual_keycode != VK_DOWN)) {
+ TableView::OnKeyDown(virtual_keycode);
return;
}
« no previous file with comments | « chrome/browser/task_manager_resource_providers.cc ('k') | chrome/views/table_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698