| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 6aafb13a3fbd9b21d74e6238dba27d2281fcb499..18322bd5434fa2629ed9eef84e28605af737d938 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -274,8 +274,7 @@
|
| const WebURL& mixedContentUrl,
|
| WebURLRequest::RequestContext,
|
| bool wasAllowed,
|
| - bool hadRedirect,
|
| - const WebSourceLocation&) override;
|
| + bool hadRedirect) override;
|
| void sendOrientationChangeEvent() override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
|
|