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

Issue 63923002: net: Use SequencedTaskRunner for URLFetcherResponseWriter (Closed)

Created:
7 years, 1 month ago by hashimoto
Modified:
7 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, nkostylev+watch_chromium.org, derat+watch_chromium.org, tzik, tfarina, oshima+watch_chromium.org, nhiroki+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

net: Use SequencedTaskRunner for URLFetcherResponseWriter TBR=scottbyer@chromium.org for chrome/service/cloud_print/cloud_print_url_fetcher.h BUG=316065 TEST=build Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234357

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : Add include #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -42 lines) Patch
M chrome/browser/chromeos/contacts/gdata_contacts_service.cc View 1 chunk +2 lines, -1 line 1 comment Download
M chrome/browser/drive/drive_api_service.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/drive/drive_api_service.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/drive/drive_service_interface.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/drive/gdata_wapi_service.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/drive/gdata_wapi_service.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/base_requests.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/base_requests.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/drive_api_requests.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/google_apis/drive_api_requests.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/google_apis/gdata_contacts_requests.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_requests.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/google_apis/request_sender.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/google_apis/request_sender.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/api_util.cc View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher.h View 4 chunks +4 lines, -3 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_impl.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_response_writer.h View 3 chunks +5 lines, -4 lines 0 comments Download
M net/url_request/url_fetcher_response_writer.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
hashimoto
mmenke@: please review net/ kinaba@: please review google_apis related parts
7 years, 1 month ago (2013-11-07 09:41:49 UTC) #1
mmenke
https://codereview.chromium.org/63923002/diff/140002/chrome/browser/drive/drive_api_service.cc File chrome/browser/drive/drive_api_service.cc (right): https://codereview.chromium.org/63923002/diff/140002/chrome/browser/drive/drive_api_service.cc#newcode23 chrome/browser/drive/drive_api_service.cc:23: #include "net/url_request/url_request_context_getter.h" Don't we need sequenced_task_runner here, to increment ...
7 years, 1 month ago (2013-11-07 17:02:36 UTC) #2
hashimoto
https://codereview.chromium.org/63923002/diff/140002/chrome/browser/drive/drive_api_service.cc File chrome/browser/drive/drive_api_service.cc (right): https://codereview.chromium.org/63923002/diff/140002/chrome/browser/drive/drive_api_service.cc#newcode23 chrome/browser/drive/drive_api_service.cc:23: #include "net/url_request/url_request_context_getter.h" On 2013/11/07 17:02:36, mmenke wrote: > Don't ...
7 years, 1 month ago (2013-11-08 04:08:16 UTC) #3
mmenke
LGTM
7 years, 1 month ago (2013-11-08 15:23:49 UTC) #4
kinaba
On 2013/11/08 15:23:49, mmenke wrote: > LGTM drive/ google_apis/ LGTM
7 years, 1 month ago (2013-11-11 06:31:45 UTC) #5
hashimoto
tzik@chromium.org: Please review chrome/browser/sync_file_system satorux@chromium.org: Please review chrome/browser/chromeos/contacts
7 years, 1 month ago (2013-11-11 06:37:23 UTC) #6
satorux1
contacts lgtm https://codereview.chromium.org/63923002/diff/460001/chrome/browser/chromeos/contacts/gdata_contacts_service.cc File chrome/browser/chromeos/contacts/gdata_contacts_service.cc (right): https://codereview.chromium.org/63923002/diff/460001/chrome/browser/chromeos/contacts/gdata_contacts_service.cc#newcode859 chrome/browser/chromeos/contacts/gdata_contacts_service.cc:859: BrowserThread::GetBlockingPool()->GetSequenceToken()).get(), looks verbose, but looks it's necessary...
7 years, 1 month ago (2013-11-11 07:43:14 UTC) #7
tzik
lgtm
7 years, 1 month ago (2013-11-11 08:00:54 UTC) #8
hashimoto
TBRing scottbyer@chromium.org for an addition of base/time/time.h include in chrome/service/cloud_print/cloud_print_url_fetcher.h This include is needed because ...
7 years, 1 month ago (2013-11-11 08:49:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/63923002/460001
7 years, 1 month ago (2013-11-11 08:50:33 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-11 12:26:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/63923002/460001
7 years, 1 month ago (2013-11-11 14:09:08 UTC) #12
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-11 19:50:04 UTC) #13
Scott Byer
LGTM for cloud print
7 years, 1 month ago (2013-11-11 21:48:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/63923002/460001
7 years, 1 month ago (2013-11-12 00:35:33 UTC) #15
commit-bot: I haz the power
7 years, 1 month ago (2013-11-12 01:09:58 UTC) #16
Message was sent while issue was closed.
Change committed as 234357

Powered by Google App Engine
This is Rietveld 408576698