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

Unified Diff: content/public/test/test_renderer_host.h

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Addressed comments Created 5 years, 3 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: content/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index 4206c16e693d0471488948e5cdfe2a1cab63060c..76f31466124f3dfaf8a7bf67a3cd3a319431bb33 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -36,6 +36,7 @@ class MockRenderProcessHostFactory;
class NavigationController;
class RenderProcessHostFactory;
class RenderViewHostDelegate;
+class TestNavigationHandleFactory;
class TestRenderFrameHostFactory;
class TestRenderViewHostFactory;
class WebContents;
@@ -182,6 +183,7 @@ class RenderViewHostTestEnabler {
scoped_ptr<MockRenderProcessHostFactory> rph_factory_;
scoped_ptr<TestRenderViewHostFactory> rvh_factory_;
scoped_ptr<TestRenderFrameHostFactory> rfh_factory_;
+ scoped_ptr<TestNavigationHandleFactory> handle_factory_;
nasko 2015/09/04 23:36:49 handle_factory is too generic. Let's prepend navig
clamy 2015/09/08 16:27:19 Done.
};
// RenderViewHostTestHarness ---------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698