Index: trunk/src/content/public/test/mock_render_thread.cc |
=================================================================== |
--- trunk/src/content/public/test/mock_render_thread.cc (revision 279559) |
+++ trunk/src/content/public/test/mock_render_thread.cc (working copy) |
@@ -188,10 +188,6 @@ |
#endif // OS_WIN |
-ServiceRegistry* MockRenderThread::GetServiceRegistry() { |
- return NULL; |
-} |
- |
void MockRenderThread::SendCloseMessage() { |
ViewMsg_Close msg(routing_id_); |
RenderViewImpl::FromRoutingID(routing_id_)->OnMessageReceived(msg); |