Chromium Code Reviews| 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 b42072583a46b74ad5465168d45af6620b7677b3..2375e5c91f6a29f503e9508e158cfdceb38dc2be 100644 |
| --- a/components/arc/arc_bridge_host_impl.h |
| +++ b/components/arc/arc_bridge_host_impl.h |
| @@ -73,6 +73,7 @@ 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; |
|
Yusuke Sato
2017/01/04 23:55:48
please sort
Earl Ou
2017/01/16 14:05:45
Done.
|
| private: |
| // Called when the bridge channel is closed. This typically only happens when |