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 d987387740bcb048ec28aa744a7e642f818dfe38..e6ca463d0cd0db0c5fa247acec8262c6ee078479 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -101,6 +101,8 @@ bool MockRenderProcessHost::Init() { |
return true; |
} |
+void MockRenderProcessHost::EnsureHasChannel() {} |
+ |
int MockRenderProcessHost::GetNextRoutingID() { |
return ++prev_routing_id_; |
} |