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

Unified Diff: content/renderer/media/websourcebuffer_impl.cc

Issue 183933002: Remove old WebSourceBufferImpl::append() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased after the first (chromium) part landed. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/websourcebuffer_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/websourcebuffer_impl.cc
diff --git a/content/renderer/media/websourcebuffer_impl.cc b/content/renderer/media/websourcebuffer_impl.cc
index 686307640f099ad5f49db0531ea51129f043e124..841ea4d442096ebaf5740e3618a1663057afbad9 100644
--- a/content/renderer/media/websourcebuffer_impl.cc
+++ b/content/renderer/media/websourcebuffer_impl.cc
@@ -59,10 +59,6 @@ blink::WebTimeRanges WebSourceBufferImpl::buffered() {
return result;
}
-void WebSourceBufferImpl::append(const unsigned char* data, unsigned length) {
- append(data, length, NULL);
-}
-
void WebSourceBufferImpl::append(
const unsigned char* data,
unsigned length,
« no previous file with comments | « content/renderer/media/websourcebuffer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698