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

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

Issue 10827207: Mountain Lion: use the system download progress. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 4 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.cc
diff --git a/chrome/browser/download/chrome_download_manager_delegate.cc b/chrome/browser/download/chrome_download_manager_delegate.cc
index 27e59881521ac0ba41c96157ac707ef5ae9cdfb3..3a909c791d032ecabac91c12caa0a67401e7d833 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.cc
+++ b/chrome/browser/download/chrome_download_manager_delegate.cc
@@ -60,10 +60,6 @@
#include "chrome/browser/download/save_package_file_picker_chromeos.h"
#endif
-#if defined(OS_WIN)
-#include "chrome/browser/download/download_completion_observer_win.h"
-#endif // OS_WIN
-
using content::BrowserContext;
using content::BrowserThread;
using content::DownloadId;
@@ -143,11 +139,6 @@ void ChromeDownloadManagerDelegate::SetDownloadManager(DownloadManager* dm) {
extension_event_router_.reset(new ExtensionDownloadsEventRouter(
profile_, download_manager_));
#endif
-
-#if defined(OS_WIN)
- DownloadCompletionObserver* download_completion =
- new DownloadCompletionObserver(dm);
-#endif // OS_WIN
}
void ChromeDownloadManagerDelegate::Shutdown() {

Powered by Google App Engine
This is Rietveld 408576698