| 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 7468fab23263dff927bbc937516ede1d89255a80..bc716170acd0042c563f76b6b52c25415e2b04fc 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -306,9 +306,8 @@ class BrowserView : public BrowserWindow,
|
| Profile* profile) OVERRIDE;
|
| virtual void ToggleBookmarkBar() OVERRIDE;
|
| virtual void ShowUpdateChromeDialog() OVERRIDE;
|
| - virtual void ShowTaskManager(chrome::HostDesktopType desktop_type) OVERRIDE;
|
| - virtual void ShowBackgroundPages(
|
| - chrome::HostDesktopType desktop_type) OVERRIDE;
|
| + virtual void ShowTaskManager() OVERRIDE;
|
| + virtual void ShowBackgroundPages() OVERRIDE;
|
| virtual void ShowBookmarkBubble(const GURL& url,
|
| bool already_bookmarked) OVERRIDE;
|
| virtual void ShowBookmarkPrompt() OVERRIDE;
|
|
|