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 b500d88e9ee2d229440dfbfa00991c7c773524b6..965c5c43ab749854290e7904f661ebd73fb87f9f 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -287,6 +287,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
const std::string& mime_type) const override; |
bool ShouldUseWindowsPrefetchArgument() const override; |
#endif |
+ std::string GetPackagedMojoApplicationName() override; |
+ std::string GetMojoApplicationNameForProcess( |
+ content::ProcessType type) override; |
+ bool GetMojoApplicationManifest(const base::StringPiece& name, |
+ std::string* manifest_contents) override; |
void RegisterFrameMojoShellServices( |
content::ServiceRegistry* registry, |
content::RenderFrameHost* render_frame_host) override; |