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

Unified Diff: chrome/app/chrome_manifest.json

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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/mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_manifest.json
diff --git a/chrome/app/chrome_manifest.json b/chrome/app/chrome_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..a3d96761f82e26bb663c9051b0fff0fcf642a60e
--- /dev/null
+++ b/chrome/app/chrome_manifest.json
@@ -0,0 +1,18 @@
+{
+ "name": "chrome",
+ "display_name": "Chrome",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "mash:launchable": [
+ "mash::mojom::Launchable"
+ ]
+ },
+ "requires": {
+ "service_manager": [
+ "service_manager:all_users"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698