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

Unified Diff: third_party/WebKit/Source/platform/network/ResourceRequest.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/ResourceRequest.cpp
diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
index dd9afd70463b65ca5578de5a29332df80b5968fd..efaeca96d2141faed6205afc716ef0b1809549a7 100644
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.cpp
@@ -338,8 +338,9 @@ void ResourceRequest::setExternalRequestStateFromRequestorAddressSpace(
static_assert(WebAddressSpacePrivate < WebAddressSpacePublic,
"Private is inside Public");
- // TODO(mkwst): This only checks explicit IP addresses. We'll have to move all this up to //net and //content in
- // order to have any real impact on gateway attacks. That turns out to be a TON of work. https://crbug.com/378566
+ // TODO(mkwst): This only checks explicit IP addresses. We'll have to move all
+ // this up to //net and //content in order to have any real impact on gateway
+ // attacks. That turns out to be a TON of work. https://crbug.com/378566
if (!RuntimeEnabledFeatures::corsRFC1918Enabled()) {
m_isExternalRequest = false;
return;

Powered by Google App Engine
This is Rietveld 408576698