| Index: chrome/test/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/test_browser_window.h (revision 17483)
|
| +++ chrome/test/test_browser_window.h (working copy)
|
| @@ -52,6 +52,8 @@
|
| virtual void ShowAboutChromeDialog() {}
|
| virtual void ShowBookmarkManager() {}
|
| virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {}
|
| + virtual bool IsDownloadShelfVisible() const { return false; }
|
| + virtual DownloadShelf* GetDownloadShelf() { return NULL; }
|
| virtual void ShowReportBugDialog() {}
|
| virtual void ShowClearBrowsingDataDialog() {}
|
| virtual void ShowImportDialog() {}
|
|
|