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

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

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 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/ui/browser.cc ('k') | chrome/browser/ui/cocoa/task_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 38be04392d6c6819e13c55bfd367be45819d3ff3..968999d49c37cb66c99b0db8e0e246661ba6e8d3 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -115,6 +115,11 @@ void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
ui::TableModel* 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/ui/browser.cc ('k') | chrome/browser/ui/cocoa/task_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698