| 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 7c7b85fe4643c8ff528f47e241610f977d8a32ee..883fdc2a9b07b1ce1720e981a2fca04282fbe681 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -149,6 +149,7 @@ class CORE_EXPORT DocumentLoader
|
|
|
| void clearRedirectChain();
|
| void appendRedirect(const KURL&);
|
| + void prependRedirect(const KURL&);
|
|
|
| ContentSecurityPolicy* releaseContentSecurityPolicy() {
|
| return m_contentSecurityPolicy.release();
|
|
|