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

Unified Diff: third_party/WebKit/Source/platform/network/ParsedContentType.h

Issue 2389973004: reflow comments in platform/{network,peerconnection} (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/network/ParsedContentType.h
diff --git a/third_party/WebKit/Source/platform/network/ParsedContentType.h b/third_party/WebKit/Source/platform/network/ParsedContentType.h
index 3b90443bf41d60e367d6e31e94edc416f4ee1651..d59f6047edd150f1e33f1c1cd0abc2593340a8e8 100644
--- a/third_party/WebKit/Source/platform/network/ParsedContentType.h
+++ b/third_party/WebKit/Source/platform/network/ParsedContentType.h
@@ -53,7 +53,8 @@ class PLATFORM_EXPORT ParsedContentType final {
String mimeType() const { return m_mimeType; }
String charset() const;
- // Note that in the case of multiple values for the same name, the last value is returned.
+ // Note that in the case of multiple values for the same name, the last value
+ // is returned.
String parameterValueForName(const String&) const;
size_t parameterCount() const;
« no previous file with comments | « third_party/WebKit/Source/platform/network/LinkHeader.cpp ('k') | third_party/WebKit/Source/platform/network/ResourceError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698