| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index bbffbc064acfd4fd993a0242de82226454cdb619..f1037baf642d9d340ac018aa51b851d5436ef875 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -292,7 +292,8 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
|
|
|
| DocumentLoader* createDocumentLoader(LocalFrame*,
|
| const ResourceRequest&,
|
| - const SubstituteData&) override;
|
| + const SubstituteData&,
|
| + bool clientRedirect) override;
|
|
|
| String userAgent() override { return ""; }
|
|
|
|
|