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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments 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/core/loader/FrameLoadRequest.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp b/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
index 52e52c498cff99b562c1c714e30f2de5f20ca91d..4373b3da3e8282b6fe2c3449825d5902eb417328 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameLoadRequest.cpp
@@ -75,15 +75,15 @@ FrameLoadRequest::FrameLoadRequest(
return;
}
- // If we don't have an origin document, and we're going to throw away the response data
- // regardless, set the requestor to a unique origin.
+ // If we don't have an origin document, and we're going to throw away the
+ // response data regardless, set the requestor to a unique origin.
if (m_substituteData.isValid()) {
m_resourceRequest.setRequestorOrigin(SecurityOrigin::createUnique());
return;
}
- // If we're dealing with a top-level request, use the origin of the requested URL as the initiator.
- //
+ // If we're dealing with a top-level request, use the origin of the requested
+ // URL as the initiator.
// TODO(mkwst): This should be `nullptr`. https://crbug.com/625969
if (m_resourceRequest.frameType() == WebURLRequest::FrameTypeTopLevel) {
m_resourceRequest.setRequestorOrigin(
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp ('k') | third_party/WebKit/Source/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698