Index: ash/public/interfaces/volume.mojom |
diff --git a/ash/public/interfaces/volume.mojom b/ash/public/interfaces/volume.mojom |
index 85bd93928bbbbece6849930d9c3662d92313f4af..3e5b1da7aa581d35c9992816127c617a4bf7b332 100644 |
--- a/ash/public/interfaces/volume.mojom |
+++ b/ash/public/interfaces/volume.mojom |
@@ -6,7 +6,10 @@ module ash.mojom; |
// Implemented by Chrome and used by ash to request audio volume changes. |
// Implemented by Chrome because it's currently the only client of audio dbus |
-// interfaces (via CrasAudioHandler); this may be simplified if that changes. |
+// interfaces (via CrasAudioHandler). |
+// TODO(crbug.com/644336): Flip this pattern, ash should implement the volume |
+// control interface or both ash and chrome should directly access the |
+// CrasAudioHandler volume control functions. |
interface VolumeController { |
// Mute the audio volume. |
VolumeMute(); |