|
|
net: Make UploadDataStream::Init() asynchronous.
Rename the existing synchronous version to InitSync() and add a new asynchronous version, Init().
However, the new asynchronous version is not used yet.
The existing code is changed to use the synchronous version.
BUG= 72001
TEST=net_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157344
Total comments: 14
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+390 lines, -85 lines) |
Patch |
 |
M |
chrome_frame/urlmon_upload_data_stream.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_bytes_element_reader.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_bytes_element_reader.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_data_stream.h
|
View
|
1
2
3
4
5
|
4 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/upload_data_stream.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+69 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_data_stream_unittest.cc
|
View
|
1
2
3
4
|
12 chunks |
+145 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_element_reader.h
|
View
|
1
2
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_element_reader.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_file_element_reader.h
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/upload_file_element_reader.cc
|
View
|
1
2
3
4
|
5 chunks |
+101 lines, -47 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_stream_parser_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream_spdy2_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream_spdy3_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction_spdy2_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction_spdy3_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|