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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp

Issue 2394883002: Enforce comment formatting in modules/ (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/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
index cccf1ca57a574753f64316221f16d1ea56b09ac4..2ffceaab81007467dade354cf624fe263407e674 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
+++ b/third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
@@ -175,7 +175,8 @@ MediaKeySystemAccessInitializer::MediaKeySystemAccessInitializer(
if (config.hasSessionTypes()) {
webConfig.sessionTypes = convertSessionTypes(config.sessionTypes());
} else {
- // From the spec (http://w3c.github.io/encrypted-media/#idl-def-mediakeysystemconfiguration):
+ // From the spec
+ // (http://w3c.github.io/encrypted-media/#idl-def-mediakeysystemconfiguration):
// If this member is not present when the dictionary is passed to
// requestMediaKeySystemAccess(), the dictionary will be treated
// as if this member is set to [ "temporary" ].

Powered by Google App Engine
This is Rietveld 408576698