Chromium Code Reviews| 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 2551df872fb5b04b5a3a8cccd0329f13346b2be6..b1696aa78f10e3a360aad45a0291d262b329332d 100644 |
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| @@ -152,6 +152,8 @@ public: |
| Resource* startPreload(Resource::Type, FetchRequest&); |
| + void discardProvisionalHistoryItem(); |
|
Charlie Reis
2016/08/09 05:07:31
It doesn't seem like DocumentLoader should know ab
arthursonzogni
2016/08/10 10:02:24
I should use another name. You are right.
|
| + |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |