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 c2c85954bd04f8519a33bbff05aa446d17f54ba8..ac8f3bc86f8cdd6ad339d645961f016c122c0ce4 100644 |
--- a/components/arc/arc_bridge_host_impl.cc |
+++ b/components/arc/arc_bridge_host_impl.cc |
@@ -163,6 +163,11 @@ void ArcBridgeHostImpl::OnPowerInstanceReady( |
OnInstanceReady(ArcBridgeService::Get()->power(), std::move(power_ptr)); |
} |
+void ArcBridgeHostImpl::OnPrintInstanceReady( |
+ mojom::PrintInstancePtr print_ptr) { |
+ OnInstanceReady(ArcBridgeService::Get()->print(), std::move(print_ptr)); |
+} |
+ |
void ArcBridgeHostImpl::OnProcessInstanceReady( |
mojom::ProcessInstancePtr process_ptr) { |
OnInstanceReady(ArcBridgeService::Get()->process(), std::move(process_ptr)); |