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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 11 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/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index b3bd6352f92845bef4ef3f138eafb83e0f2fe933..f0bc6551466bd3a40e3cbd2f23dbf7a9817539db 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -130,9 +130,8 @@ std::unique_ptr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler(
NavigationPolicy EmptyFrameLoaderClient::decidePolicyForNavigation(
const ResourceRequest&,
DocumentLoader*,
- NavigationType,
NavigationPolicy,
- bool,
+ FrameLoadType,
bool,
HTMLFormElement*) {
return NavigationPolicyIgnore;
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698