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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2734633002: PlzNavigate: Fix the http/tests/loading/307-after-303-after-post.html and the http/tests/loading/re… (Closed)
Patch Set: Fix comment Created 3 years, 9 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 3cf25b469e634e036e70c2f1fd913feea9b0a73e..293034bc82cfc871d77a9f4901b802957dc5671c 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -104,7 +104,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
HistoryCommitType,
bool contentInitiated) {}
virtual void dispatchWillCommitProvisionalLoad() = 0;
- virtual void dispatchDidStartProvisionalLoad(DocumentLoader*) = 0;
+ virtual void dispatchDidStartProvisionalLoad(DocumentLoader*,
+ ResourceRequest&) = 0;
virtual void dispatchDidReceiveTitle(const String&) = 0;
virtual void dispatchDidChangeIcons(IconType) = 0;
virtual void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) = 0;

Powered by Google App Engine
This is Rietveld 408576698