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

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

Issue 2734633002: PlzNavigate: Fix the http/tests/loading/307-after-303-after-post.html and the http/tests/loading/re… (Closed)
Patch Set: 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/web/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index f0f464d7f5f8d1d6601f568e4f43ea85c4d45588..e0fa1af3e94b39a6e23e9c07a7a7b8614af53fb7 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -57,6 +57,7 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
// WebDataSource methods:
const WebURLRequest& originalRequest() const override;
const WebURLRequest& getRequest() const override;
+ WebURLRequest& getRequestWritable() override;
const WebURLResponse& response() const override;
bool hasUnreachableURL() const override;
WebURL unreachableURL() const override;

Powered by Google App Engine
This is Rietveld 408576698