| Index: chrome/test/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/test_browser_window.h (revision 18919)
|
| +++ chrome/test/test_browser_window.h (working copy)
|
| @@ -50,6 +50,7 @@
|
| virtual gfx::Rect GetRootWindowResizerRect() const { return gfx::Rect(); }
|
| virtual void ToggleBookmarkBar() {}
|
| virtual void ShowAboutChromeDialog() {}
|
| + virtual void ShowTaskManager() {}
|
| virtual void ShowBookmarkManager() {}
|
| virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {}
|
| virtual bool IsDownloadShelfVisible() const { return false; }
|
|
|