| 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..8869801ade67449693c9e891413088a680a8cac1 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
 | 
| @@ -158,6 +158,8 @@ public:
 | 
|  protected:
 | 
|      DocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&);
 | 
|  
 | 
| +    void didRedirect(const KURL& oldURL, const KURL& newURL);
 | 
| +
 | 
|      Vector<KURL> m_redirectChain;
 | 
|  
 | 
|  private:
 | 
| 
 |