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

Unified Diff: media/base/mock_filters.cc

Issue 9155003: Fix media timeline so that thumb never exceeds buffered data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT, again Created 8 years, 11 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 | « media/base/mock_filters.h ('k') | media/base/pipeline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.cc
diff --git a/media/base/mock_filters.cc b/media/base/mock_filters.cc
index 484fe8dc459b3e60b14a58359d9fffee594ba46f..9c116b7c399cf7648ddc6ce15603518024d9e618 100644
--- a/media/base/mock_filters.cc
+++ b/media/base/mock_filters.cc
@@ -176,6 +176,11 @@ void RunPipelineStatusCB3(::testing::Unused, const PipelineStatusCB& callback,
callback.Run(PIPELINE_OK);
}
+void RunPipelineStatusCB4(::testing::Unused, const PipelineStatusCB& callback,
+ ::testing::Unused, ::testing::Unused) {
+ callback.Run(PIPELINE_OK);
+}
+
void RunStopFilterCallback(const base::Closure& callback) {
callback.Run();
}
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698