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

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

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (Closed)
Patch Set: . Created 4 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/mock_render_thread.h
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
index 909b3530ce3b2446818dab16ce794ce8ac885346..1cee0e34c220c14011f9e8971256262e6e04743c 100644
--- a/content/public/test/mock_render_thread.h
+++ b/content/public/test/mock_render_thread.h
@@ -85,6 +85,7 @@ class MockRenderThread : public RenderThread {
MojoShellConnection* GetMojoShellConnection() override;
shell::InterfaceRegistry* GetInterfaceRegistry() override;
shell::InterfaceProvider* GetRemoteInterfaces() override;
+ mojom::RouteProvider* GetRemoteRouteProvider() override;
//////////////////////////////////////////////////////////////////////////
// The following functions are called by the test itself.

Powered by Google App Engine
This is Rietveld 408576698