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

Issue 9350060: net: Make UploadDataStream::Init() asynchronous. (Closed)

Created:
8 years, 10 months ago by satorux1
Modified:
8 years, 1 month ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, amit, robertshield, cbentzel+watch_chromium.org, hashimoto
Visibility:
Public.

Description

net: Make UploadDataStream::Init() asynchronous. However, the asynchronous version is not used yet. The synchronous version is kept as InitSync(). The existing code is changed to use the synchronous version. BUG=72001, 113669 TEST=net_unittests

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -56 lines) Patch
M chrome_frame/urlmon_upload_data_stream.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/upload_data_stream.h View 4 chunks +34 lines, -5 lines 0 comments Download
M net/base/upload_data_stream.cc View 2 chunks +87 lines, -26 lines 0 comments Download
M net/base/upload_data_stream_unittest.cc View 9 chunks +43 lines, -14 lines 0 comments Download
M net/http/http_network_transaction.cc View 2 chunks +4 lines, -1 line 0 comments Download
M net/http/http_stream_parser_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M net/spdy/spdy_http_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698