| 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 81979401b289844cf2c4f8cfe8581c53993b078b..9edd155f6d502010b6b39b67bc9ea5a438f869f0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -255,6 +255,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| void OverrideRenderFrameMojoServices(
|
| content::ServiceRegistry* registry,
|
| content::RenderFrameHost* render_frame_host) override;
|
| + void RegisterMojoApplications(StaticMojoApplicationMap* apps) override;
|
| void OpenURL(content::BrowserContext* browser_context,
|
| const content::OpenURLParams& params,
|
| const base::Callback<void(content::WebContents*)>& callback)
|
|
|