Index: chrome/browser/ui/webui/active_downloads_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/active_downloads_ui.h (revision 114400) |
+++ chrome/browser/ui/webui/active_downloads_ui.h (working copy) |
@@ -23,6 +23,7 @@ |
public: |
explicit ActiveDownloadsUI(TabContents* contents); |
+ static bool ShouldShowPopup(Profile* profile, DownloadItem* download); |
static Browser* OpenPopup(Profile* profile); |
static Browser* GetPopup(); |