| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index 7098f78aa40220c0a095eec4cd10a3c0d6a8eda0..6b3470516b11c1297c6233b9b12171baba3dcd0a 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -94,12 +94,6 @@ class HTMLDocument : public blink::WebViewClient,
|
| blink::WebLayerTreeView* layerTreeView() override;
|
|
|
| // WebFrameClient methods:
|
| - // TODO(srirama): Remove this method once blink updated.
|
| - virtual blink::WebMediaPlayer* createMediaPlayer(
|
| - blink::WebLocalFrame* frame,
|
| - const blink::WebURL& url,
|
| - blink::WebMediaPlayerClient* client,
|
| - blink::WebContentDecryptionModule* initial_cdm);
|
| virtual blink::WebMediaPlayer* createMediaPlayer(
|
| blink::WebLocalFrame* frame,
|
| const blink::WebURL& url,
|
|
|