| Index: components/arc/common/audio.mojom
|
| diff --git a/components/arc/common/audio.mojom b/components/arc/common/audio.mojom
|
| index 39e02ec514a7a0ee12263a2127259bd479d6876d..836120a4534efe159308a58e845ccde5ca78baf8 100644
|
| --- a/components/arc/common/audio.mojom
|
| +++ b/components/arc/common/audio.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: 3
|
| +// Next MinVersion: 4
|
|
|
| module arc.mojom;
|
|
|
| @@ -13,9 +13,14 @@ enum AudioSwitch {
|
| SW_MICROPHONE_INSERT = 0x04
|
| };
|
|
|
| +// Next method ID:2
|
| interface AudioHost {
|
| // Tells the host to show the volume controls.
|
| ShowVolumeControls@0();
|
| +
|
| + // Request that the volume be changed to |volume|
|
| + // |volume| is of the range [0. 100]
|
| + [MinVersion=3] OnVolumeUpdateRequest@1(float volume);
|
| };
|
|
|
| // Next method ID: 3
|
|
|