Index: media/audio/audio_manager.h |
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h |
index 1391742fe5f68a83e08da7e0aa3f052c22e5f4a9..61552558448b04d7bc00800e8b5c42d5825981c6 100644 |
--- a/media/audio/audio_manager.h |
+++ b/media/audio/audio_manager.h |
@@ -211,6 +211,11 @@ class MEDIA_EXPORT AudioManager { |
// GetInputStreamParameters as an effect. Only supported on ChromeOS. |
virtual void SetHasKeyboardMic() = 0; |
+ // Informs the audio manager that the system has support for an input device. |
+ // This information will be cached for HasAudioInputDevices. |
+ // Only supported on Chrome OS. |
+ virtual void SetHasInputDevices(bool has_input_devices) = 0; |
+ |
protected: |
AudioManager(); |