| Index: third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h
|
| diff --git a/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h b/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h
|
| index 0b6d4db16e66f71bc3877c67e6f6e0e6f120c675..e0adbac5e8ca710871ec9ccbe281e6434796510a 100644
|
| --- a/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h
|
| +++ b/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h
|
| @@ -21,7 +21,8 @@ class MODULES_EXPORT AudioOutputDeviceClient : public Supplement<LocalFrame> {
|
| public:
|
| virtual ~AudioOutputDeviceClient() {}
|
|
|
| - // Checks that a given sink exists and has permissions to be used from the origin of the current frame.
|
| + // Checks that a given sink exists and has permissions to be used from the
|
| + // origin of the current frame.
|
| virtual void checkIfAudioSinkExistsAndIsAuthorized(
|
| ExecutionContext*,
|
| const WebString& sinkId,
|
|
|