| Index: chromeos/audio/audio_devices_pref_handler.h
|
| diff --git a/chromeos/audio/audio_devices_pref_handler.h b/chromeos/audio/audio_devices_pref_handler.h
|
| index aeb7b3d8a2ef23337d42c049d573bdccf3868b10..dfa582e4e57de1bcb6e7e4e88876acefd892456a 100644
|
| --- a/chromeos/audio/audio_devices_pref_handler.h
|
| +++ b/chromeos/audio/audio_devices_pref_handler.h
|
| @@ -39,9 +39,6 @@ class CHROMEOS_EXPORT AudioDevicesPrefHandler
|
| // Sets the audio mute value to prefs for a device.
|
| virtual void SetMuteValue(const AudioDevice& device, bool mute_on) = 0;
|
|
|
| - // Reads the audio capture allowed value from prefs, which can be used to
|
| - // disable audio capture via policy.
|
| - virtual bool GetAudioCaptureAllowedValue() = 0;
|
| // Reads the audio output allowed value from prefs.
|
| virtual bool GetAudioOutputAllowedValue() = 0;
|
|
|
|
|