| Index: media/filters/pipeline_controller.h
|
| diff --git a/media/filters/pipeline_controller.h b/media/filters/pipeline_controller.h
|
| index 2993feda180f10697d9e87c65d7ddbac23e26fe4..4c2a70f7f8e55c90b41515416d325527728b549b 100644
|
| --- a/media/filters/pipeline_controller.h
|
| +++ b/media/filters/pipeline_controller.h
|
| @@ -69,14 +69,9 @@ class MEDIA_EXPORT PipelineController {
|
| //
|
| // The remaining parameters are just passed directly to pipeline_.Start().
|
| void Start(Demuxer* demuxer,
|
| + Pipeline::Client* client,
|
| bool is_streaming,
|
| - bool is_static,
|
| - const base::Closure& ended_cb,
|
| - const PipelineMetadataCB& metadata_cb,
|
| - const BufferingStateCB& buffering_state_cb,
|
| - const base::Closure& duration_change_cb,
|
| - const AddTextTrackCB& add_text_track_cb,
|
| - const base::Closure& waiting_for_decryption_key_cb);
|
| + bool is_static);
|
|
|
| // Request a seek to |time|. If |time_updated| is true, then the eventual
|
| // |seeked_cb| callback will also have |time_updated| set to true; it
|
|
|