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 b998246c9a66177d70134bc21e90cfd16b30eeb8..2bdd9cf171c035c5ac39a3f1f4a24227654b284d 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -254,6 +254,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) |