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

Unified Diff: content/public/browser/download_manager_delegate.h

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android clang build Created 7 years, 10 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: content/public/browser/download_manager_delegate.h
diff --git a/content/public/browser/download_manager_delegate.h b/content/public/browser/download_manager_delegate.h
index cce381f118971a4643bd81998519e2490def1b8d..10c0cabc63f05b44e8a80d33f0e85318c40c0abc 100644
--- a/content/public/browser/download_manager_delegate.h
+++ b/content/public/browser/download_manager_delegate.h
@@ -77,11 +77,6 @@ class CONTENT_EXPORT DownloadManagerDelegate {
virtual bool DetermineDownloadTarget(DownloadItem* item,
const DownloadTargetCallback& callback);
- // Called when the download system wants to alert a WebContents that a
- // download has started, but the TabConetnts has gone away. This lets an
- // delegate return an alternative WebContents. The delegate can return NULL.
- virtual WebContents* GetAlternativeWebContentsToNotifyForDownload();
-
// Tests if a file type should be opened automatically.
virtual bool ShouldOpenFileBasedOnExtension(const base::FilePath& path);
« no previous file with comments | « content/public/browser/android/download_controller_android.h ('k') | content/public/browser/download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698