| 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(
|
|
|