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

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

Issue 2344703002: Fix task manager's default sizing. (Closed)
Patch Set: no dbg Created 4 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
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 55e0311ce28e8223dda2aee7b0993754fbe25879..0f1ec096e68d82bac3936d21dffcf4cfd7da3608 100644
--- a/chrome/browser/ui/views/task_manager_view.h
+++ b/chrome/browser/ui/views/task_manager_view.h
@@ -115,9 +115,6 @@ class TaskManagerView : public TableViewDelegate,
std::unique_ptr<ui::SimpleMenuModel> menu_model_;
std::unique_ptr<views::MenuRunner> menu_runner_;
- // We need to own the text of the menu, the Windows API does not copy it.
- base::string16 always_on_top_menu_text_;
-
views::TableView* tab_table_;
views::View* tab_table_parent_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/task_manager_view.cc » ('j') | chrome/browser/ui/views/task_manager_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698