Chromium Code Reviews| Index: components/arc/common/voice_interaction_arc_home.mojom |
| diff --git a/components/arc/common/voice_interaction_arc_home.mojom b/components/arc/common/voice_interaction_arc_home.mojom |
| index 5f08fdde2e98c751888bc040b6f4448f40249e97..69885fbff0b53cdcc1ed1df12b59f6dae500e0ea 100644 |
| --- a/components/arc/common/voice_interaction_arc_home.mojom |
| +++ b/components/arc/common/voice_interaction_arc_home.mojom |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // |
| -// Next MinVersion: 1 |
| +// Next MinVersion: 2 |
| module arc.mojom; |
| @@ -50,12 +50,16 @@ struct VoiceInteractionStructure { |
| }; |
| // Handles voice interaction queries from Android. |
| -// Next method ID: 1 |
| +// Next method ID: 3 |
| interface VoiceInteractionArcHomeHost { |
| // Returns view hierarchy of current window represented as |
| // VoiceInteractionStructure. Returns empty if the request |
| // fails. |
| GetVoiceInteractionStructure@1() => (VoiceInteractionStructure? structure); |
| + |
| + // Notified VoiceInteractionArcHomeHost that voice interaction OOBE setup |
|
Luis Héctor Chávez
2017/05/16 15:53:32
nit: s/Notified/Notifies/
Muyuan
2017/05/16 18:12:27
Done.
|
| + // is done. |
| + [MinVersion=1] OnVoiceInteractionOobeSetupComplete@2(); |
| }; |
| // Connects with ArcHome. |