| Index: components/arc/arc_bridge_host_impl.cc
|
| diff --git a/components/arc/arc_bridge_host_impl.cc b/components/arc/arc_bridge_host_impl.cc
|
| index 94e558985ae12a6a58b9245d9dd0ce197672afc9..277d88c7297a1536a5d08495146030f54bf34ce7 100644
|
| --- a/components/arc/arc_bridge_host_impl.cc
|
| +++ b/components/arc/arc_bridge_host_impl.cc
|
| @@ -200,6 +200,12 @@ void ArcBridgeHostImpl::OnWallpaperInstanceReady(
|
| std::move(wallpaper_ptr));
|
| }
|
|
|
| +void ArcBridgeHostImpl::OnTraceInstanceReady(
|
| + mojom::TraceInstancePtr trace_ptr) {
|
| + OnInstanceReady(ArcBridgeService::Get()->trace(),
|
| + std::move(trace_ptr));
|
| +}
|
| +
|
| void ArcBridgeHostImpl::OnClosed() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| VLOG(1) << "Mojo connection lost";
|
|
|