| 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 0b7972a72940241a1487c82df4d4069ab8f24a14..c25e8b91031df08e3cd27ca9950ea6cfd7f5038a 100644
|
| --- a/components/arc/arc_bridge_host_impl.h
|
| +++ b/components/arc/arc_bridge_host_impl.h
|
| @@ -69,6 +69,8 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
|
| void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
|
| void OnWallpaperInstanceReady(
|
| mojom::WallpaperInstancePtr wallpaper_ptr) override;
|
| + void OnTraceInstanceReady(
|
| + mojom::TraceInstancePtr trace_ptr) override;
|
|
|
| private:
|
| // Called when the bridge channel is closed. This typically only happens when
|
|
|