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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase Created 4 years, 2 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_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index 3d6190b08228a6c80fb50678a1d3206ef3479d3e..934cd1ff4a88be5df14a6c6569838cb6787dea57 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -1,5 +1,6 @@
{
"name": "service:content_browser",
+ "display_name": "Chrome",
"capabilities": {
"provided": {
"renderer": [
@@ -16,6 +17,9 @@
"ash": [
"ash::mojom::SystemTray",
"ash::mojom::SystemTrayClient"
+ ],
+ "mash:launchable": [
+ "mash::mojom::Launchable"
]
}
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_content_renderer_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698