| 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 8023984bd3ca67de0c614a610c35afde849951c4..2c129530097bb57828b93d17062acf3630deb5e8 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -190,8 +190,6 @@ class CORE_EXPORT DocumentLoader
|
| const SubstituteData&,
|
| ClientRedirectPolicy);
|
|
|
| - void didRedirect(const KURL& oldURL, const KURL& newURL);
|
| -
|
| Vector<KURL> m_redirectChain;
|
|
|
| private:
|
|
|