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

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

Issue 1924683003: [making a diff] Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete disabled tests Created 4 years, 8 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 ced547eb95c322ef56d5045e0f3ba949739a00ef..eb84fb05d5849f527a5098619ca2c4ddd315a078 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -112,6 +112,11 @@ void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
void ShowTaskManagerViews(Browser* browser);
void HideTaskManagerViews();
+// If the new task manager is enabled, returns false. Otherwise calls
+// NotifyBytesRead on the old task manager instance and returns true.
+bool NotifyOldTaskManagerBytesRead(const net::URLRequest& request,
+ int64_t bytes_read);
+
#endif // OS_MACOSX
#if defined(TOOLKIT_VIEWS)

Powered by Google App Engine
This is Rietveld 408576698