| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index c83a4d96389fb601a48d4136caefea6b890aff9a..4c4783bd31a2dbd45d46631cb8a3431abc50e838 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -173,6 +173,7 @@ private:
|
| String debugName() const override { return "DocumentLoader"; }
|
|
|
| bool maybeLoadEmpty();
|
| + void loadUnique();
|
|
|
| bool isRedirectAfterPost(const ResourceRequest&, const ResourceResponse&);
|
|
|
|
|