Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.h

Issue 2461043003: Fix for the RedirectTest.ClientServerServer test. (Closed)
Patch Set: Fix presubmit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698