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

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

Issue 1925703004: See the diff if we move task_manager_browsertest_util.cc to chrome/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tm_fix_io
Patch Set: Created 4 years, 8 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.cc
diff --git a/chrome/browser/ui/views/task_manager_view.cc b/chrome/browser/ui/views/task_manager_view.cc
index 7487bc499f5af673e73aef0eac5d2009128a5619..c58bcd018b7fd8c775b414ddf96985e2b06a23b6 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -197,6 +197,8 @@ class TaskManagerView : public views::ButtonListener,
void ExecuteCommand(int id, int event_flags) override;
private:
+ friend class TaskManagerTester;
+
// Creates the child controls.
void Init();

Powered by Google App Engine
This is Rietveld 408576698