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

Unified Diff: media/base/byte_queue.h

Issue 8989041: Revert 115214 (caused media_unittests failure in FFmpegGlueTest, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « no previous file | media/base/byte_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/byte_queue.h
===================================================================
--- media/base/byte_queue.h (revision 115228)
+++ media/base/byte_queue.h (working copy)
@@ -20,9 +20,6 @@
ByteQueue();
~ByteQueue();
- // Reset the queue to the empty state.
- void Reset();
-
// Appends new bytes onto the end of the queue.
void Push(const uint8* data, int size);
« no previous file with comments | « no previous file | media/base/byte_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698