summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/frame/browser_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/frame/browser_view.h')
-rw-r--r--chrome/browser/ui/views/frame/browser_view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 0b430f4..264b874 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -304,8 +304,9 @@ 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 ShowTaskManager(chrome::HostDesktopType desktop_type) OVERRIDE;
+ virtual void ShowBackgroundPages(
+ chrome::HostDesktopType desktop_type) OVERRIDE;
virtual void ShowBookmarkBubble(const GURL& url,
bool already_bookmarked) OVERRIDE;
virtual void ShowBookmarkPrompt() OVERRIDE;