Index: chrome/browser/ui/webui/active_downloads_ui.h |
diff --git a/chrome/browser/ui/webui/active_downloads_ui.h b/chrome/browser/ui/webui/active_downloads_ui.h |
index 77e618d6e996f859bd2032c0462d833ef12a98af..8b7cb85a8c440645606b48b5a0561812b16d0e63 100644 |
--- a/chrome/browser/ui/webui/active_downloads_ui.h |
+++ b/chrome/browser/ui/webui/active_downloads_ui.h |
@@ -23,13 +23,8 @@ class ActiveDownloadsUI : public HtmlDialogUI { |
public: |
explicit ActiveDownloadsUI(TabContents* contents); |
-#if defined(TOUCH_UI) |
- static TabContents* OpenPopup(Profile* profile); |
- static TabContents* GetPopup(Browser** browser); |
-#else |
static Browser* OpenPopup(Profile* profile); |
static Browser* GetPopup(); |
-#endif |
// For testing. |
typedef std::vector<DownloadItem*> DownloadList; |