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

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, 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/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": {}
+}

Powered by Google App Engine
This is Rietveld 408576698