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

Unified Diff: content/browser/download/save_file_manager.cc

Issue 2498193003: [WIP not ready for review] ServiceWorker Download support.
Patch Set: rebase Created 4 years, 1 month 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/save_file_manager.cc
diff --git a/content/browser/download/save_file_manager.cc b/content/browser/download/save_file_manager.cc
index d9d14302e31efe00c3d16a2a98bcda4fb53f2ec3..d9c0e53681cac16bc911417b9e6b9627a83d0398 100644
--- a/content/browser/download/save_file_manager.cc
+++ b/content/browser/download/save_file_manager.cc
@@ -316,7 +316,7 @@ void SaveFileManager::OnSaveURL(const GURL& url,
request.get(), referrer,
false, // download.
render_process_host_id, render_view_routing_id, render_frame_routing_id,
- context);
+ -1 /*TODO(horo)*/, context, nullptr /*TODO(horo)*/);
// So far, for saving page, we need fetch content from cache, in the
// future, maybe we can use a configuration to configure this behavior.
« no previous file with comments | « content/browser/download/download_manager_impl.cc ('k') | content/browser/frame_host/render_frame_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698