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

Unified Diff: components/test_runner/web_test_delegate.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 | « components/test_runner/web_frame_test_client.cc ('k') | content/child/request_extra_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index 2cdbefa9e164c607958c073e9c04eef227e0451c..8350dbaf3774cab3415f3c43d7c671646006423c 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -32,6 +32,7 @@ class WebMediaStream;
class WebPlugin;
struct WebPluginParams;
struct WebSize;
+class WebURLRequest;
class WebURLResponse;
class WebView;
}
@@ -291,6 +292,11 @@ class WebTestDelegate {
// Forces a text input state update for the client of WebFrameWidget
// associated with |frame|.
virtual void ForceTextInputStateUpdate(blink::WebFrame* frame) = 0;
+
+ // PlzNavigate
+ // Indicates if the navigation was initiated by the browser or renderer.
+ virtual bool IsNavigationInitiatedByRenderer(
+ const blink::WebURLRequest& request) = 0;
};
} // namespace test_runner
« no previous file with comments | « components/test_runner/web_frame_test_client.cc ('k') | content/child/request_extra_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698