| Index: trunk/src/content/public/test/mock_render_process_host.cc
|
| ===================================================================
|
| --- trunk/src/content/public/test/mock_render_process_host.cc (revision 279559)
|
| +++ trunk/src/content/public/test/mock_render_process_host.cc (working copy)
|
| @@ -223,10 +223,6 @@
|
| void MockRenderProcessHost::NotifyTimezoneChange() {
|
| }
|
|
|
| -ServiceRegistry* MockRenderProcessHost::GetServiceRegistry() {
|
| - return NULL;
|
| -}
|
| -
|
| void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) {
|
| RenderProcessHostImpl::FilterURL(this, empty_allowed, url);
|
| }
|
|
|