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

Issue 2978373002: Move the URLFetcher class used by the AppCacheUpdateJob class into its own file. (Closed)

Created:
3 years, 5 months ago by ananta
Modified:
3 years, 5 months ago
Reviewers:
michaeln, jam
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move the URLFetcher class used by the AppCacheUpdateJob class into its own file. This is in preparation for adding support in the URLFetcher class to use the network URLLoader in the network service mode. BUG=715632 TBR=jam Review-Url: https://codereview.chromium.org/2978373002 Cr-Commit-Position: refs/heads/master@{#488555} Committed: https://chromium.googlesource.com/chromium/src/+/609d97766b5ea2ff6fcf64d794fd986e0acaff71

Patch Set 1 #

Patch Set 2 : Remove includes #

Patch Set 3 : Fix compile failure #

Patch Set 4 : Move forward declaration for URLFetcher outside the AppCacheUpdateJob class to fix compile failures. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -356 lines) Patch
M content/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/appcache/appcache_update_job.h View 1 2 3 3 chunks +2 lines, -59 lines 0 comments Download
M content/browser/appcache/appcache_update_job.cc View 1 7 chunks +9 lines, -297 lines 0 comments Download
A content/browser/appcache/appcache_update_url_fetcher.h View 1 chunk +84 lines, -0 lines 0 comments Download
A content/browser/appcache/appcache_update_url_fetcher.cc View 1 1 chunk +305 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
ananta
3 years, 5 months ago (2017-07-19 22:26:39 UTC) #3
michaeln
lgtm i think the only code change is adding buffer_size to the ctor, if there's ...
3 years, 5 months ago (2017-07-20 21:02:37 UTC) #11
ananta
On 2017/07/20 21:02:37, michaeln wrote: > lgtm > > i think the only code change ...
3 years, 5 months ago (2017-07-20 23:12:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2978373002/60001
3 years, 5 months ago (2017-07-20 23:31:30 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/495924)
3 years, 5 months ago (2017-07-20 23:39:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2978373002/60001
3 years, 5 months ago (2017-07-20 23:58:50 UTC) #19
commit-bot: I haz the power
3 years, 5 months ago (2017-07-21 02:13:16 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/609d97766b5ea2ff6fcf64d794fd...

Powered by Google App Engine
This is Rietveld 408576698