| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 9a8b789df005695a643a7722d8dca4067187e519..1c8674da66a0c66fe8dbfdce61884f9023716e66 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -312,8 +312,6 @@ class BrowserView : public BrowserWindow,
|
| Profile* profile) OVERRIDE;
|
| virtual void ToggleBookmarkBar() OVERRIDE;
|
| virtual void ShowUpdateChromeDialog() OVERRIDE;
|
| - virtual void ShowTaskManager() OVERRIDE;
|
| - virtual void ShowBackgroundPages() OVERRIDE;
|
| virtual void ShowBookmarkBubble(const GURL& url,
|
| bool already_bookmarked) OVERRIDE;
|
| virtual void ShowBookmarkPrompt() OVERRIDE;
|
|
|