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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 11941015: Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 7 years, 11 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698