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