| 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 86b648e9c81996367dec79ce5153815b2f250e34..a1804006cd9b94257cf79024f00d671bfac4c67a 100644
|
| --- a/components/arc/arc_bridge_host_impl.h
|
| +++ b/components/arc/arc_bridge_host_impl.h
|
| @@ -65,6 +65,8 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
|
| 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
|
|
|