| Index: content/renderer/media/websourcebuffer_impl.h
|
| diff --git a/content/renderer/media/websourcebuffer_impl.h b/content/renderer/media/websourcebuffer_impl.h
|
| index 25620ee51d968138db77955fb96b7b85da871a77..6f54ac4cb4724ee690a6ea162aaa8e8c868886fe 100644
|
| --- a/content/renderer/media/websourcebuffer_impl.h
|
| +++ b/content/renderer/media/websourcebuffer_impl.h
|
| @@ -25,9 +25,6 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
|
| // blink::WebSourceBuffer implementation.
|
| virtual bool setMode(AppendMode mode);
|
| virtual blink::WebTimeRanges buffered();
|
| - virtual void append(const unsigned char* data, unsigned length);
|
| - // TODO(wolenetz): Remove the append(), above, and its implementation once the
|
| - // following append() signature is used by Blink. See http://crbug.com/249422.
|
| virtual void append(
|
| const unsigned char* data,
|
| unsigned length,
|
|
|