summaryrefslogtreecommitdiffstats
path: root/chromium/ash/public/mojom/assistant_volume_control.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/public/mojom/assistant_volume_control.mojom')
-rw-r--r--chromium/ash/public/mojom/assistant_volume_control.mojom2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ash/public/mojom/assistant_volume_control.mojom b/chromium/ash/public/mojom/assistant_volume_control.mojom
index e8bf405d627..a3660bec04a 100644
--- a/chromium/ash/public/mojom/assistant_volume_control.mojom
+++ b/chromium/ash/public/mojom/assistant_volume_control.mojom
@@ -14,7 +14,7 @@ interface AssistantVolumeControl {
// Adds volume observer. The observer will be immediately notified of volume
// and mute status when added.
- AddVolumeObserver(VolumeObserver observer);
+ AddVolumeObserver(pending_remote<VolumeObserver> observer);
};
// Observes volume state changes.