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

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

Issue 2197483003: Move the Mac Task Manager to the new backend code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark Created 4 years, 4 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/browser_dialogs_views.cc
diff --git a/chrome/browser/ui/views/browser_dialogs_views.cc b/chrome/browser/ui/views/browser_dialogs_views.cc
index aa157e16cccedca9d144cf030521c7a1e053b7cb..8444f7f960ccbe812b7cd55ef637ccec0782da24 100644
--- a/chrome/browser/ui/views/browser_dialogs_views.cc
+++ b/chrome/browser/ui/views/browser_dialogs_views.cc
@@ -64,11 +64,6 @@ void HideTaskManager() {
task_management::NewTaskManagerView::Hide();
}
-bool NotifyOldTaskManagerBytesRead(const net::URLRequest& request,
- int64_t bytes_read) {
- return false;
-}
-
} // namespace chrome
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/ui/task_manager/task_manager_columns.cc ('k') | chrome/browser/ui/views/new_task_manager_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698