summaryrefslogtreecommitdiff
path: root/chromium/components/arc/mojom/tts.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/mojom/tts.mojom')
-rw-r--r--chromium/components/arc/mojom/tts.mojom4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/arc/mojom/tts.mojom b/chromium/components/arc/mojom/tts.mojom
index b013a1b2c21..540ac41f8c0 100644
--- a/chromium/components/arc/mojom/tts.mojom
+++ b/chromium/components/arc/mojom/tts.mojom
@@ -33,10 +33,10 @@ interface TtsHost {
// Next Method ID: 4
interface TtsInstance {
// DEPRECATED: Please use Init@3 instead.
- InitDeprecated@0(TtsHost host_ptr);
+ InitDeprecated@0(pending_remote<TtsHost> host_remote);
// Establishes full-duplex communication with the host.
- [MinVersion=1] Init@3(TtsHost host_ptr) => ();
+ [MinVersion=1] Init@3(pending_remote<TtsHost> host_remote) => ();
// Sends an utterance to Android for synthesis.
Speak@1(TtsUtterance utterance);