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

Unified Diff: content/public/browser/download_url_parameters.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
« no previous file with comments | « content/public/browser/download_url_parameters.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_url_parameters.cc
diff --git a/content/public/browser/download_url_parameters.cc b/content/public/browser/download_url_parameters.cc
index e38c34ebdb8a1bf5c2a25b23de09d4b1f462fbd6..d635c7a9cfb7b21df97b4d1165075911b427ada7 100644
--- a/content/public/browser/download_url_parameters.cc
+++ b/content/public/browser/download_url_parameters.cc
@@ -19,8 +19,7 @@ namespace content {
DownloadUrlParameters::DownloadUrlParameters(
const GURL& url,
net::URLRequestContextGetter* url_request_context_getter)
- : DownloadUrlParameters(url, -1, -1, -1, url_request_context_getter) {
-}
+ : DownloadUrlParameters(url, -1, -1, -1, url_request_context_getter) {}
DownloadUrlParameters::DownloadUrlParameters(
const GURL& url,
@@ -35,6 +34,7 @@ DownloadUrlParameters::DownloadUrlParameters(
render_process_host_id_(render_process_host_id),
render_view_host_routing_id_(render_view_host_routing_id),
render_frame_host_routing_id_(render_frame_host_routing_id),
+ service_worker_provider_id_(-1),
url_request_context_getter_(url_request_context_getter),
url_(url),
do_not_prompt_for_login_(false) {}
« no previous file with comments | « content/public/browser/download_url_parameters.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698