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

Unified Diff: chrome/browser/task_manager_linux.cc

Issue 113636: Create OpenClose browser test for TaskManager with necessary refactoring.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 7 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/task_manager_browsertest.cc ('k') | chrome/browser/task_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_manager_linux.cc
===================================================================
--- chrome/browser/task_manager_linux.cc (revision 16479)
+++ chrome/browser/task_manager_linux.cc (working copy)
@@ -21,6 +21,7 @@
virtual void GetSelection(std::vector<int>* selection);
virtual void GetFocused(std::vector<int>* focused);
virtual void OpenWindow();
+ virtual void CloseWindow();
// TaskManagerModelObserver
virtual void OnModelChanged();
@@ -41,6 +42,10 @@
NOTIMPLEMENTED();
}
+void TaskManagerViewImpl::CloseWindow() {
+ NOTIMPLEMENTED();
+}
+
void TaskManagerViewImpl::OnModelChanged() {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/task_manager_browsertest.cc ('k') | chrome/browser/task_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698