| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 65e4802dad959081a22733eef51010fa5841b464..534fd0da21aeb03136a4f64b1202403f397adca9 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -204,12 +204,6 @@ class BrowserWindow : public BaseWindow {
|
| // Shows the Update Recommended dialog box.
|
| virtual void ShowUpdateChromeDialog() = 0;
|
|
|
| - // Shows the Task manager.
|
| - virtual void ShowTaskManager() = 0;
|
| -
|
| - // Shows task information related to background pages.
|
| - virtual void ShowBackgroundPages() = 0;
|
| -
|
| // Shows the Bookmark bubble. |url| is the URL being bookmarked,
|
| // |already_bookmarked| is true if the url is already bookmarked.
|
| virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) = 0;
|
|
|