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

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

Issue 11571023: Move ash/wm's DialogFrameView to ui/views/window; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorder DialogDelegate functions; inline Get*Params into WidgetExample::ButtonPressed; etc. Created 8 years 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 cf2eab60ff4e25fdfc07ae3baf4866dcdb505b00..c5208685d59ed9b48568aba3855c905c2a7b91f3 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -302,7 +302,6 @@ class TaskManagerView : public views::ButtonListener,
virtual std::string GetWindowName() const OVERRIDE;
virtual int GetDialogButtons() const OVERRIDE;
virtual void WindowClosing() OVERRIDE;
- virtual views::View* GetContentsView() OVERRIDE;
// views::TableViewObserver:
virtual void OnSelectionChanged() OVERRIDE;
@@ -686,10 +685,6 @@ void TaskManagerView::WindowClosing() {
task_manager_->OnWindowClosed();
}
-views::View* TaskManagerView::GetContentsView() {
- return this;
-}
-
// views::TableViewObserver implementation.
void TaskManagerView::OnSelectionChanged() {
bool selection_contains_browser_process = false;
« no previous file with comments | « chrome/browser/ui/views/ssl_client_certificate_selector.cc ('k') | chrome/browser/ui/views/uninstall_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698