Index: chrome/browser/download/chrome_download_manager_delegate.h |
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h |
index 92241657f1f67a73e53a36f070d95599304a1e60..c10cb1d4d67972aacdaadcc7464773bf7a62de8e 100644 |
--- a/chrome/browser/download/chrome_download_manager_delegate.h |
+++ b/chrome/browser/download/chrome_download_manager_delegate.h |
@@ -86,6 +86,8 @@ class ChromeDownloadManagerDelegate |
const FilePath::StringType& default_extension, |
bool can_save_as_complete, |
const content::SavePackagePathPickedCallback& callback) OVERRIDE; |
+ virtual void OpenDownload(content::DownloadItem* download) OVERRIDE; |
+ virtual void ShowDownloadInShell(content::DownloadItem* download) OVERRIDE; |
// Clears the last directory chosen by the user in response to a file chooser |
// prompt. Called when clearing recent history. |