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

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

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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.cc
diff --git a/content/public/browser/download_manager_delegate.cc b/content/public/browser/download_manager_delegate.cc
index 8826b976ae1d3c216eac88a80bfe617b6424e906..c7f427d47737c04208579be7596a339a6c73a904 100644
--- a/content/public/browser/download_manager_delegate.cc
+++ b/content/public/browser/download_manager_delegate.cc
@@ -19,11 +19,6 @@ bool DownloadManagerDelegate::DetermineDownloadTarget(
return false;
}
-WebContents* DownloadManagerDelegate::
- GetAlternativeWebContentsToNotifyForDownload() {
- return NULL;
-}
-
bool DownloadManagerDelegate::ShouldOpenFileBasedOnExtension(
const FilePath& path) {
return false;

Powered by Google App Engine
This is Rietveld 408576698