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

Unified Diff: chrome/app/mojo/chrome_manifest.json

Issue 1930813002: mash/chrome: Update manifest for exe:chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot.merge 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') | services/shell/shell.cc » ('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
index cd488366697f128cb2583722cd29937ff62556ab..9e727a2c395dbbe7c2f6ef8a8041b319dd8b405a 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -3,6 +3,9 @@
"name": "exe:chrome",
"display_name": "Chrome",
"capabilities": {
+ "required": {
+ "*": { "classes": [ "app" ] }
+ },
"provided": {
"mash:launchable": [ "mash::mojom::Launchable" ]
}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | services/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698