Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3459)

Unified Diff: chrome/browser/ui/webui/active_downloads_ui.h

Issue 8678015: Touch constants and dead code removal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied Sadrul's comments Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/webui/active_downloads_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/webui/active_downloads_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698