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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.cpp

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak 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/frame/RemoteFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
index 28edfb0b20bc7750279bf8d748f1250d14446deb..eb10da425f3f7156dba1ac1c005d2cedb5379320 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
@@ -78,8 +78,9 @@ void RemoteFrame::navigate(Document& originDocument,
void RemoteFrame::navigate(const FrameLoadRequest& passedRequest) {
FrameLoadRequest frameRequest(passedRequest);
- // The process where this frame actually lives won't have sufficient information to determine
- // correct referrer, since it won't have access to the originDocument. Set it now.
+ // The process where this frame actually lives won't have sufficient
+ // information to determine correct referrer, since it won't have access to
+ // the originDocument. Set it now.
FrameLoader::setReferrerForFrameRequest(frameRequest);
frameRequest.resourceRequest().setHasUserGesture(

Powered by Google App Engine
This is Rietveld 408576698