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

Unified Diff: media/tools/player_wtl/movie.cc

Issue 10535101: Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPlayerImpl callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
Index: media/tools/player_wtl/movie.cc
diff --git a/media/tools/player_wtl/movie.cc b/media/tools/player_wtl/movie.cc
index 3473aff3467e07f9dafe37ad43b3686de51118dc..799f78e9f54a08a49c119f68a6c49f1fefcac32a 100644
--- a/media/tools/player_wtl/movie.cc
+++ b/media/tools/player_wtl/movie.cc
@@ -93,7 +93,6 @@ bool Movie::Open(const wchar_t* url, VideoRendererBase* video_renderer) {
collection.Pass(),
media::PipelineStatusCB(),
media::PipelineStatusCB(),
- media::NetworkEventCB(),
scherkus (not reviewing) 2012/06/12 02:55:04 my gosh the amount of code we have to support this
note.Callback());
// Wait until the pipeline is fully initialized.

Powered by Google App Engine
This is Rietveld 408576698