| Index: webkit/media/filter_helpers.h
|
| diff --git a/webkit/media/filter_helpers.h b/webkit/media/filter_helpers.h
|
| index 9370d985666da67bdb506fdc4aebfb8749695ba2..823aac5be96cf7bbf4f68f4878a173f729442123 100644
|
| --- a/webkit/media/filter_helpers.h
|
| +++ b/webkit/media/filter_helpers.h
|
| @@ -44,7 +44,13 @@ bool BuildMediaSourceCollection(const WebKit::WebURL& url,
|
|
|
| // Builds the required filters for handling regular URLs and adds them to
|
| // |filter_collection|.
|
| +//
|
| +// |local_source| refers to whether the data being fetched requires network
|
| +// access.
|
| +//
|
| +// TODO(scherkus): a data source should be able to tell us this.
|
| void BuildDefaultCollection(const scoped_refptr<media::DataSource>& data_source,
|
| + bool local_source,
|
| media::MessageLoopFactory* message_loop_factory,
|
| media::FilterCollection* filter_collection);
|
|
|
|
|