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

Unified Diff: chrome/browser/ui/views/task_manager_view.cc

Issue 2769243002: Adjust initial activation/focus Task Manager/Views TableView. (Closed)
Patch Set: Created 3 years, 9 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 | ui/views/controls/table/table_view.cc » ('j') | ui/views/controls/table/table_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/task_manager_view.cc
diff --git a/chrome/browser/ui/views/task_manager_view.cc b/chrome/browser/ui/views/task_manager_view.cc
index 885925a4c514a48a538268b36ace7688ce93e36b..faddc1a86084d52ad518543d5cd6003e32606473 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -162,7 +162,8 @@ bool TaskManagerView::AcceleratorPressed(const ui::Accelerator& accelerator) {
}
views::View* TaskManagerView::GetInitiallyFocusedView() {
- return tab_table_;
+ return nullptr;
sky 2017/03/23 17:50:17 ?
Evan Stade 2017/03/23 22:56:26 oops, ps2 upload got stuck in the tubes.
+ // return tab_table_;
}
bool TaskManagerView::CanResize() const {
« no previous file with comments | « no previous file | ui/views/controls/table/table_view.cc » ('j') | ui/views/controls/table/table_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698