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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 2652123002: PlzNavigate: Attempt to fix blink layout tests which fail due to duplicate output from WebFrameClie… (Closed)
Patch Set: Fix redness 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index 4d69a11e51243d78c4993ce506c0cc0174c6602f..62d74229117f05c20523042b4c6d8803c7717503 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -31,6 +31,7 @@ namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
class WebFrame;
+class WebURLRequest;
class WebView;
}
@@ -162,6 +163,8 @@ class BlinkTestRunner : public RenderViewObserver,
float GetDeviceScaleFactor() const override;
void RunIdleTasks(const base::Closure& callback) override;
void ForceTextInputStateUpdate(blink::WebFrame* frame) override;
+ bool IsNavigationInitiatedByRenderer(
+ const blink::WebURLRequest& request) override;
// Resets a RenderView to a known state for layout tests. It is used both when
// a RenderView is created and when reusing an existing RenderView for the
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698