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

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

Issue 2784903002: Fix initial focus of Task Manager for ChromeOS. (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 | « chrome/browser/ui/views/task_manager_view.h ('k') | no next file » | no next file with comments »
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 d9c65284c931dad5aa5c133b642574dada15ac2f..6d9eafc52b839fb8c271dd91e0645735990f569d 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -161,6 +161,10 @@ bool TaskManagerView::AcceleratorPressed(const ui::Accelerator& accelerator) {
return true;
}
+views::View* TaskManagerView::GetInitiallyFocusedView() {
+ return nullptr;
+}
+
bool TaskManagerView::CanResize() const {
return true;
}
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698