| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index 1c91f80848a6afb99a004e26b27b9e8ee5ef8227..1534ea5cc865eec3644ed0426cb71f13d7df33fb 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -163,9 +163,9 @@ class MEDIA_EXPORT Pipeline : public base::RefCountedThreadSafe<Pipeline> {
|
| // data source. Seeking may not be possible.
|
| virtual bool IsStreaming() const = 0;
|
|
|
| - // If this method returns true, that means the data source has fully loaded
|
| - // the media and that the network is no longer needed.
|
| - virtual bool IsLoaded() const = 0;
|
| + // If this method returns true, that means the data source is local and
|
| + // the network is not needed.
|
| + virtual bool IsLocalSource() const = 0;
|
|
|
| // Gets the current pipeline statistics.
|
| virtual PipelineStatistics GetStatistics() const = 0;
|
|
|