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

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: Rebase 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..54d810451595d33343a6767d089a3306aa2c99cb 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> navigation_handle_factory_;
};
// RenderViewHostTestHarness ---------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698