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

Unified Diff: chrome/browser/ui/browser_dialogs.h

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/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 65450766883c9ae5a599c6d8e2511772e19a2dad..d5b7c1513ba9805ba2610ecee7b49615fd3877a1 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -138,11 +138,6 @@ void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
task_management::TaskManagerTableModel* ShowTaskManagerViews(Browser* browser);
void HideTaskManagerViews();
-// Notifies the old task manager with network bytes read events when the Mac
-// views are not used.
-bool NotifyOldTaskManagerBytesRead(const net::URLRequest& request,
- int64_t bytes_read);
-
#endif // OS_MACOSX
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « chrome/browser/task_manager/web_contents_resource_provider.cc ('k') | chrome/browser/ui/cocoa/task_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698