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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp

Issue 2814703004: Make blink::ResourceRequest ctors explicit (Closed)
Patch Set: simplify Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp b/third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp
index 22087ed6979702c9ebe54555fce5d60692772aab..2332b3e878713daffcef61d1609ff5ecf34b5c95 100644
--- a/third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp
+++ b/third_party/WebKit/Source/core/dom/DocumentUserGestureTokenTest.cpp
@@ -50,7 +50,8 @@ TEST_F(DocumentUserGestureTokenTest, Navigate) {
// Navigate to a different Document. In the main frame, user gesture state
// will get reset.
- GetDocument().GetFrame()->Loader().Load(FrameLoadRequest(nullptr, KURL()));
+ GetDocument().GetFrame()->Loader().Load(
+ FrameLoadRequest(nullptr, ResourceRequest()));
EXPECT_FALSE(GetDocument().GetFrame()->HasReceivedUserGesture());
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/RemoteFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698