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 b3c61239392e10bb743751b72af656e8147ee80d..fc1c47fcdb692f4dfe7246d406b52f9626bae2a5 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 addExternalRedirect(const KURL& oldURL, const KURL& newURL); |
|
Charlie Reis
2016/08/11 21:05:01
Maybe didRedirect? "External redirect" isn't a te
arthursonzogni
2016/08/16 09:26:21
Done.
|
| + |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |