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

Issue 850043008: [DO NOT REVIEW][DO NOT COMMIT] Implement WebDataProducerHandleImpl.

Created:
5 years, 11 months ago by yhirano
Modified:
5 years, 8 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement WebDataProducerHandleImpl. Implement WebDataProducerHandleImpl, an implementation class of blink::WebDataProducerHandle. This CL also implements BlinkPlatformImpl::createDataPipe which overrides blink::Platform::createDataPipe. BUG=418879

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -0 lines) Patch
M content/child/blink_platform_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 3 chunks +40 lines, -0 lines 0 comments Download
M content/child/web_data_consumer_handle_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
A content/child/web_data_producer_handle_impl.h View 1 chunk +41 lines, -0 lines 0 comments Download
A content/child/web_data_producer_handle_impl.cc View 1 1 chunk +113 lines, -0 lines 0 comments Download
A content/child/web_data_producer_handle_impl_unittest.cc View 1 chunk +276 lines, -0 lines 0 comments Download
M content/content_child.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (2 generated)
yhirano
This CL depends on https://codereview.chromium.org/855493002/.
5 years, 11 months ago (2015-01-23 03:55:37 UTC) #2
yhirano
5 years, 8 months ago (2015-04-16 05:01:08 UTC) #3
The situation has changed and now I'm not sure if I should land this change.
Please wait for a while.

Powered by Google App Engine
This is Rietveld 408576698