| Index: content/renderer/media/webmediaplayer_impl.h
|
| diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h
|
| index c27c0393c429b11adb7e7b19479b21df960b05d1..c34b7e9b47069881900eb831e4cd05a376aae168 100644
|
| --- a/content/renderer/media/webmediaplayer_impl.h
|
| +++ b/content/renderer/media/webmediaplayer_impl.h
|
| @@ -191,7 +191,7 @@ class WebMediaPlayerImpl
|
| CORSMode cors_mode);
|
|
|
| // Called after asynchronous initialization of a data source completed.
|
| - void DataSourceInitialized(const GURL& gurl, bool success);
|
| + void DataSourceInitialized(bool success);
|
|
|
| // Called when the data source is downloading or paused.
|
| void NotifyDownloading(bool is_downloading);
|
| @@ -310,7 +310,6 @@ class WebMediaPlayerImpl
|
| // Routes audio playback to either AudioRendererSink or WebAudio.
|
| scoped_refptr<WebAudioSourceProviderImpl> audio_source_provider_;
|
|
|
| - bool is_local_source_;
|
| bool supports_save_;
|
|
|
| bool starting_;
|
|
|