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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoadTiming.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/DocumentLoadTiming.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
index 1f8d31072e340f4c2faf2514f5497a2502787239..785a0ade06c85211e8d6fea147b6bbe46843227f 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
@@ -137,7 +137,8 @@ void DocumentLoadTiming::addRedirect(const KURL& redirectingUrl,
markRedirectEnd();
markFetchStart();
- // Check if the redirected url is allowed to access the redirecting url's timing information.
+ // Check if the redirected url is allowed to access the redirecting url's
+ // timing information.
RefPtr<SecurityOrigin> redirectedSecurityOrigin =
SecurityOrigin::create(redirectedUrl);
m_hasCrossOriginRedirect |=

Powered by Google App Engine
This is Rietveld 408576698