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 0b0debacfb258c51cadbb7935a85bd8dccc754ca..a1256530b408638b77f3b3021c9d280f5bf2f12c 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -280,6 +280,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
void RegisterRenderFrameMojoServices( |
content::ServiceRegistry* registry, |
content::RenderFrameHost* render_frame_host) override; |
+ void RegisterOutOfProcessMojoApplications( |
+ OutOfProcessMojoApplicationMap* apps) override; |
void OpenURL(content::BrowserContext* browser_context, |
const content::OpenURLParams& params, |
const base::Callback<void(content::WebContents*)>& callback) |