Index: content/public/test/mock_render_process_host.cc |
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc |
index 5924b5170b3d1df51b16192594dc451f09b81836..8c955eefe17915cb4bbaacfdd096f0d356c899c6 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -104,6 +104,7 @@ void MockRenderProcessHost::EnableSendQueue() { |
bool MockRenderProcessHost::Init() { |
has_connection_ = true; |
+ remote_interfaces_.reset(new shell::InterfaceProvider); |
sky
2016/07/22 16:47:48
This seems reasonable, but we this class also defi
leonhsl(Using Gerrit)
2016/07/23 00:41:45
Good catch~~ I think we can remove SetRemoteInterf
leonhsl(Using Gerrit)
2016/07/25 06:58:18
Sorry I had some misunderstanding about MockRender
|
return true; |
} |