| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 393b041154a2cd04add9f75e06ec9ff71b3f256a..55bb9e08336fbcd0ebb8734aa4c3eda1ec16faa8 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -622,12 +622,6 @@
|
| ServiceRegistry* registry,
|
| RenderFrameHost* render_frame_host) {}
|
|
|
| - // Allows to register browser Mojo services exposed through the
|
| - // RenderFrameHost.
|
| - virtual void RegisterRenderFrameMojoServices(
|
| - ServiceRegistry* registry,
|
| - RenderFrameHost* render_frame_host) {}
|
| -
|
| using StaticMojoApplicationMap =
|
| std::map<GURL, base::Callback<scoped_ptr<mojo::ApplicationDelegate>()>>;
|
|
|
|
|