| Index: media/remoting/remote_renderer_impl.h
|
| diff --git a/media/remoting/remote_renderer_impl.h b/media/remoting/remote_renderer_impl.h
|
| index a396562e92e53984d5a9c98094d9cf379183daef..f9da5ad10ec2dd4049f617ffdfb9521c484baefc 100644
|
| --- a/media/remoting/remote_renderer_impl.h
|
| +++ b/media/remoting/remote_renderer_impl.h
|
| @@ -124,9 +124,6 @@ class RemoteRendererImpl : public Renderer {
|
| // Shut down remoting session.
|
| void OnFatalError(PipelineStatus status);
|
|
|
| - // Show interstial accordingly.
|
| - void UpdateInterstitial();
|
| -
|
| State state_;
|
| const scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
|
| const scoped_refptr<base::SingleThreadTaskRunner> media_task_runner_;
|
| @@ -160,7 +157,7 @@ class RemoteRendererImpl : public Renderer {
|
| CdmAttachedCB cdm_attached_cb_;
|
| base::Closure flush_cb_;
|
|
|
| - RemotingInterstitialUI interstitial_ui_;
|
| + RemotingInterstitialUI remoting_interstitial_ui_;
|
|
|
| base::WeakPtrFactory<RemoteRendererImpl> weak_factory_;
|
|
|
|
|