| Index: components/arc/arc_bridge_host_impl.h
|
| diff --git a/components/arc/arc_bridge_host_impl.h b/components/arc/arc_bridge_host_impl.h
|
| index e7041f68b6ebf1974597b7321297ba8d1baf4dfa..86b648e9c81996367dec79ce5153815b2f250e34 100644
|
| --- a/components/arc/arc_bridge_host_impl.h
|
| +++ b/components/arc/arc_bridge_host_impl.h
|
| @@ -65,8 +65,6 @@
|
| mojom::StorageManagerInstancePtr storage_manager_ptr) override;
|
| void OnTtsInstanceReady(mojom::TtsInstancePtr tts_ptr) override;
|
| void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
|
| - void OnWallpaperInstanceReady(
|
| - mojom::WallpaperInstancePtr wallpaper_ptr) override;
|
|
|
| private:
|
| // Called when the bridge channel is closed. This typically only happens when
|
|
|