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 a97fb85d4b83f293c3000a070432e97892721f8f..db373cd178a8df0f81d1407bcc758b9f7707a7f2 100644 |
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
| @@ -153,6 +153,10 @@ public: |
| Resource* startPreload(Resource::Type, FetchRequest&); |
| + // Declare a redirection that happened outside of the document loader, |
| + // before its instantiation. |
| + void didRedirect(const KURL& oldURL, const KURL& newURL); |
|
Nate Chapin
2016/08/18 16:49:57
Sorry, missed this earlier, should this be protect
arthursonzogni
2016/08/19 08:20:30
Yes, you are right.
I also removed the comment say
|
| + |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |