[chromium] MediaStreamAPI: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
Created attachment 174454 [details] Patch
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment on attachment 174454 [details] Patch ok
Comment on attachment 174454 [details] Patch Clearing flags on attachment: 174454 Committed r134805: <http://trac.webkit.org/changeset/134805>
All reviewed patches have been landed. Closing bug.
Patch broke chromium build.
Created attachment 174632 [details] Patch
This patch just differs from the previous one in that the new method in WebRTCPeerConnectionHandlerClient now has an default implementation instead of being pure virtual.
Comment on attachment 174632 [details] Patch Clearing flags on attachment: 174632 Committed r134970: <http://trac.webkit.org/changeset/134970>