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

Unified Diff: third_party/WebKit/Source/platform/MIMETypeRegistry.h

Issue 2388303002: reflow comments in platform/ (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/platform/MIMETypeRegistry.h
diff --git a/third_party/WebKit/Source/platform/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
index 3566440a2d3aa4d0c174a5dc0f12ba53ce778bcf..b9ab4389e4978a233fc4fffe82f66e8947db3adf 100644
--- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
+++ b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
@@ -65,7 +65,8 @@ class PLATFORM_EXPORT MIMETypeRegistry {
// document in a frame. Includes supported JavaScript MIME types.
static bool isSupportedNonImageMIMEType(const String& mimeType);
- // Check to see if the mime type and codecs are supported by the MediaSource implementation.
+ // Check to see if the mime type and codecs are supported by the MediaSource
+ // implementation.
static bool isSupportedMediaSourceMIMEType(const String& mimeType,
const String& codecs);
« no previous file with comments | « third_party/WebKit/Source/platform/MIMETypeFromURL.cpp ('k') | third_party/WebKit/Source/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698