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