|
Return unique_ptr<WebDataConsumerHandle::Reader> directly from obtainReader
WebDataConsumerHandle::obtainReader was split into obtainReader and
obtainReaderInternal just to hide WTF::OwnPtr in public/platform.
Since all WTF::OwnPtr is replaced with std::unique_ptr, there's no reason
to have them separately.
BUG= 624696
Committed: https://crrev.com/ee30ec4e77a15b515e58ed8123c78c2d0692c613
Cr-Commit-Position: refs/heads/master@{#408070}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+220 lines, -250 lines) |
Patch |
 |
M |
content/child/shared_memory_data_consumer_handle.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/shared_memory_data_consumer_handle.cc
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/child/shared_memory_data_consumer_handle_unittest.cc
|
View
|
|
29 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/child/web_data_consumer_handle_impl.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/web_data_consumer_handle_impl.cc
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/child/web_data_consumer_handle_impl_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandle.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandle.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp
|
View
|
1
|
5 chunks |
+22 lines, -28 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/DataConsumerHandleUtil.cpp
|
View
|
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/DataConsumerTee.cpp
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/DataConsumerTeeTest.cpp
|
View
|
1
|
5 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
|
View
|
|
6 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchDataConsumerHandle.h
|
View
|
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/modules/fetch/FetchDataConsumerHandle.cpp
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchDataLoaderTest.cpp
|
View
|
1
|
20 chunks |
+60 lines, -60 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchFormDataConsumerHandle.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchFormDataConsumerHandle.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/FetchFormDataConsumerHandleTest.cpp
|
View
|
|
14 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
View
|
|
11 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebDataConsumerHandle.cpp
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebDataConsumerHandle.h
|
View
|
|
2 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
Total messages: 37 (28 generated)
|