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

Unified Diff: third_party/WebKit/Source/platform/network/LinkHeader.cpp

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/LinkHeader.cpp
diff --git a/third_party/WebKit/Source/platform/network/LinkHeader.cpp b/third_party/WebKit/Source/platform/network/LinkHeader.cpp
index d3ce2261c7d33cf3f2297691247f9b2ba17fb373..2d9894e5b9724e954b0716196337ca849e5f291a 100644
--- a/third_party/WebKit/Source/platform/network/LinkHeader.cpp
+++ b/third_party/WebKit/Source/platform/network/LinkHeader.cpp
@@ -10,7 +10,8 @@
namespace blink {
-// Verify that the parameter is a link-extension which according to spec doesn't have to have a value.
+// Verify that the parameter is a link-extension which according to spec doesn't
+// have to have a value.
static bool isExtensionParameter(LinkHeader::LinkParameterName name) {
return name >= LinkHeader::LinkParameterUnknown;
}

Powered by Google App Engine
This is Rietveld 408576698