This is a follow up bug for cleaning up dead WebKit code, once the MediaSource refactor (https://bugs.webkit.org/show_bug.cgi?id=109857) lands and the Chromium WebMediaPlayerImpl implements its own version of WebMediaPlayer::load(WebURL, WebMediaSource, CORSMode). Once this happens the following code can be removed. - WebMediaSourceClientImpl in WebMediaPlayerClientImpl.cpp - WebMediaPlayerClientImpl::sourceOpened() - WebMediaPlayerClientImpl::sourceURL() - The default implementation of WebMediaPlayer::load(WebURL, WebMediaSource, CORSMode)
Created attachment 192242 [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 192242 [details] Patch Attachment 192242 [details] did not pass chromium-ews (chromium-xvfb): Output: http://webkit-commit-queue.appspot.com/results/17016243
Comment on attachment 192242 [details] Patch Attachment 192242 [details] did not pass cr-linux-debug-ews (chromium-xvfb): Output: http://webkit-commit-queue.appspot.com/results/17027281
Comment on attachment 192242 [details] Patch Attachment 192242 [details] did not pass cr-android-ews (chromium-android): Output: http://webkit-commit-queue.appspot.com/results/17068503
Created attachment 192856 [details] Rebase
Comment on attachment 192856 [details] Rebase Clearing flags on attachment: 192856 Committed r145721: <http://trac.webkit.org/changeset/145721>
All reviewed patches have been landed. Closing bug.