Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698