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

Unified Diff: chrome/app/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 | « chrome/app/BUILD.gn ('k') | chrome/app/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2b4611ebbe4aabc351dd72a0f4e6f11c4e4d1b46
--- /dev/null
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -0,0 +1,6 @@
+{
+ "manifest_version": 1,
+ "name": "exe:chrome",
+ "display_name": "Chrome",
+ "capabilities": {}
+}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698