| 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..ea01fecb3642cd2d23b47e08389658258ae19d79 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
 | 
| @@ -152,6 +152,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);
 | 
| +
 | 
|      DECLARE_VIRTUAL_TRACE();
 | 
|  
 | 
|  protected:
 | 
| 
 |