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

Issue 185403004: ServiceWorker request intercept plan 2: Add set_job_factory to URLRequestJob (Closed)

Created:
6 years, 9 months ago by kinuko
Modified:
6 years, 9 months ago
Reviewers:
michaeln, mmenke
CC:
chromium-reviews, jsbell+serviceworker_chromium.org, cbentzel+watch_chromium.org, tzik, serviceworker-reviews, jam, nhiroki, joi+watch-content_chromium.org, darin-cc_chromium.org, horo+watch_chromium.org, kinuko+watch, alecflett+watch_chromium.org
Visibility:
Public.

Description

ServiceWorker request intercept plan 2: Add set_job_factory to URLRequestJob From discussion https://codereview.chromium.org/177733003/ The new URLRequestJobFactory will be created and attached to a request in RDH::BeginRequest() (which is not yet in this CL) BUG=285976

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -3 lines) Patch
A content/browser/service_worker/service_worker_url_request_job_factory.h View 1 chunk +17 lines, -0 lines 0 comments Download
A content/browser/service_worker/service_worker_url_request_job_factory.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 3 chunks +13 lines, -1 line 0 comments Download
M net/url_request/url_request.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 chunk +8 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698