Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: components/arc/arc_bridge_host_impl.cc

Issue 2808383004: Refactor and send voice interaction structure (Closed)
Patch Set: fix window build Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/arc_bridge_host_impl.h ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b08a7da0fd06df1b37de627358d0d4680f4c82de..3f8638728fb62e2b17c6b06282bc49dfa90731fe 100644
--- a/components/arc/arc_bridge_host_impl.cc
+++ b/components/arc/arc_bridge_host_impl.cc
@@ -212,6 +212,12 @@ void ArcBridgeHostImpl::OnVideoInstanceReady(
OnInstanceReady(arc_bridge_service_->video(), std::move(video_ptr));
}
+void ArcBridgeHostImpl::OnVoiceInteractionArcHomeInstanceReady(
+ mojom::VoiceInteractionArcHomeInstancePtr home_ptr) {
+ OnInstanceReady(arc_bridge_service_->voice_interaction_arc_home(),
+ std::move(home_ptr));
+}
+
void ArcBridgeHostImpl::OnVoiceInteractionFrameworkInstanceReady(
mojom::VoiceInteractionFrameworkInstancePtr framework_ptr) {
OnInstanceReady(arc_bridge_service_->voice_interaction_framework(),
« no previous file with comments | « components/arc/arc_bridge_host_impl.h ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698