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

Unified Diff: content/browser/download/download_resource_handler.h

Issue 10232010: DownloadUrlParameters (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: " Created 8 years, 8 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/browser/download/download_resource_handler.h
diff --git a/content/browser/download/download_resource_handler.h b/content/browser/download/download_resource_handler.h
index 3a9a5c77e363e772d0d63bd6dac3684e30f80064..e5e2c2e2cc993af9f0e020968cc03aa8e404922b 100644
--- a/content/browser/download/download_resource_handler.h
+++ b/content/browser/download/download_resource_handler.h
@@ -33,7 +33,7 @@ class URLRequest;
// Forwards data to the download thread.
class DownloadResourceHandler : public ResourceHandler {
public:
- typedef content::DownloadManager::OnStartedCallback OnStartedCallback;
+ typedef content::DownloadUrlParameters::OnStartedCallback OnStartedCallback;
static const size_t kLoadsToWrite = 100; // number of data buffers queued

Powered by Google App Engine
This is Rietveld 408576698