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) |