| 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..7fb117a974d5a74bf0010e4609be07788cb5a8e5 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&,
|
| + ClientRedirectPolicy) override;
|
|
|
| String userAgent() override { return ""; }
|
|
|
|
|