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

Unified Diff: content/test/test_render_frame.h

Issue 2557223002: Fix subframe loads with RenderViewTest when PlzNavigate is enabled. (Closed)
Patch Set: nit Created 4 years 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 | content/test/test_render_frame.cc » ('j') | content/test/test_render_frame.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame.h
diff --git a/content/test/test_render_frame.h b/content/test/test_render_frame.h
index 2cd6207b8c7bb05fbda0dd6193bdae9274b06d0d..62ddb2dfc61ecf9132b87838f8cfc1c0a64405f9 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -45,6 +45,9 @@ class TestRenderFrame : public RenderFrameImpl {
int end,
const std::vector<blink::WebCompositionUnderline>& underlines);
+ blink::WebNavigationPolicy decidePolicyForNavigation(
+ const blink::WebFrameClient::NavigationPolicyInfo& info) override;
+
private:
explicit TestRenderFrame(const RenderFrameImpl::CreateParams& params);
DISALLOW_COPY_AND_ASSIGN(TestRenderFrame);
« no previous file with comments | « no previous file | content/test/test_render_frame.cc » ('j') | content/test/test_render_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698