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

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

Issue 2769243002: Adjust initial activation/focus Task Manager/Views TableView. (Closed)
Patch Set: sky review 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 | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/task_manager_view.h
diff --git a/chrome/browser/ui/views/task_manager_view.h b/chrome/browser/ui/views/task_manager_view.h
index a0a8a62b557cba758290cf5124aa63706c3b2491..9a8216bd463e974837f5091f0529e146228e790b 100644
--- a/chrome/browser/ui/views/task_manager_view.h
+++ b/chrome/browser/ui/views/task_manager_view.h
@@ -54,7 +54,6 @@ class TaskManagerView : public TableViewDelegate,
bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
// views::DialogDelegateView:
- views::View* GetInitiallyFocusedView() override;
sky 2017/03/24 02:23:50 How come we no longer need this override? If you'r
Evan Stade 2017/03/27 15:17:09 Yes. It relies on the default being null. I don't
bool CanResize() const override;
bool CanMaximize() const override;
bool CanMinimize() const override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698