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

Unified Diff: components/arc/arc_bridge_host_impl.h

Issue 2731403007: add voice interaction shortcut. (Closed)
Patch Set: Created 3 years, 9 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
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 9ee3664d3a27ac444410ffaedd28c134db75e55a..a0867061790544c217046e36d823bbaefd013cff 100644
--- a/components/arc/arc_bridge_host_impl.h
+++ b/components/arc/arc_bridge_host_impl.h
@@ -73,6 +73,10 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
mojom::StorageManagerInstancePtr storage_manager_ptr) override;
void OnTtsInstanceReady(mojom::TtsInstancePtr tts_ptr) override;
void OnVideoInstanceReady(mojom::VideoInstancePtr video_ptr) override;
+ void OnVoiceInteractionArcHomeInstanceReady(
+ mojom::VoiceInteractionArcHomeInstancePtr vi_arc_home_ptr) override;
+ void OnVoiceInteractionCaptureInstanceReady(
+ mojom::VoiceInteractionCaptureInstancePtr vi_capture_ptr) override;
void OnWallpaperInstanceReady(
mojom::WallpaperInstancePtr wallpaper_ptr) override;

Powered by Google App Engine
This is Rietveld 408576698