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

Unified Diff: third_party/WebKit/Source/web/tests/LinkSelectionTest.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/web/tests/LinkSelectionTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
index d9b10dbc0e442df55aa42b61f33a9a968427a25f..17fa64b8186bcf4b58b015c4247ae4dd67e15237 100644
--- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
+++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
@@ -116,7 +116,7 @@ class TestFrameClient : public FrameTestHelpers::TestWebFrameClient {
void(const WebURLRequest&,
WebNavigationPolicy,
const WebString& downloadName,
- bool shouldReplaceCurrentEntry));
+ WebFrameLoadType loadType));
};
class LinkSelectionTest : public LinkSelectionTestBase {

Powered by Google App Engine
This is Rietveld 408576698