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

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

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with r147256 Created 8 years, 5 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/download_service.cc
diff --git a/chrome/browser/download/download_service.cc b/chrome/browser/download/download_service.cc
index a9d401756ef0c1a6a6b3feb14428ca55e4b6f7da..4e271b1fae235ba5b4d71c8c5a0499115ea11008 100644
--- a/chrome/browser/download/download_service.cc
+++ b/chrome/browser/download/download_service.cc
@@ -35,7 +35,7 @@ void DownloadService::OnManagerCreated(
}
}
-DownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
+ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
DCHECK(!download_manager_created_);
download_manager_created_ = true;

Powered by Google App Engine
This is Rietveld 408576698