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

Unified Diff: content/browser/mojo/chrome_manifest.json

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/chrome_manifest.json
diff --git a/content/browser/mojo/chrome_manifest.json b/content/browser/mojo/chrome_manifest.json
deleted file mode 100644
index ef5e6dec51839fe29663972f3f5ed553452398c4..0000000000000000000000000000000000000000
--- a/content/browser/mojo/chrome_manifest.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "manifest_version": 1,
- "name": "exe:chrome",
- "display_name": "Chrome",
- "capabilities": {
- "required": {
- "*": { "interfaces": [ "*" ] },
- "mojo:shell": {
- "classes": [ "client_process", "instance_name" ],
- "interfaces": [ "*" ]
- }
- }
- }
-}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698