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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2461043003: Fix for the RedirectTest.ClientServerServer test. (Closed)
Patch Set: More build error fixes Created 4 years, 1 month 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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 64074dbda596ec9437b1e80d2608b6696f527ad0..70c79cd313f668823f9a6dab62cd930220617e1e 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -138,7 +138,8 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
const Vector<String>& removedSelectors) override;
DocumentLoader* createDocumentLoader(LocalFrame*,
const ResourceRequest&,
- const SubstituteData&) override;
+ const SubstituteData&,
+ ClientRedirectPolicy) override;
WTF::String userAgent() override;
WTF::String doNotTrackValue() override;
void transitionToCommittedForNewPage() override;

Powered by Google App Engine
This is Rietveld 408576698