| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index d3cb2a1e2914333583d8005eef5a1831dabb4b3e..3339026c2b443973dff530490a814ec614907b48 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -281,6 +281,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const std::string& mime_type) const override;
|
| bool ShouldUseWindowsPrefetchArgument() const override;
|
| #endif
|
| + void RegisterRenderProcessMojoServices(
|
| + content::ServiceRegistry* registry) override;
|
| void RegisterFrameMojoShellServices(
|
| content::ServiceRegistry* registry,
|
| content::RenderFrameHost* render_frame_host) override;
|
|
|