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

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

Issue 2653953005: PlzNavigate: transmit redirect info to the renderer side (Closed)
Patch Set: Rebase + addressed comments Created 3 years, 10 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 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:

Powered by Google App Engine
This is Rietveld 408576698