Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.h

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698