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

Side by Side Diff: content/public/app/mojo/content_plugin_manifest.json

Issue 2548423002: Hosting the discardable memory service in the mus process (Closed)
Patch Set: Rebase Created 4 years 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_plugin", 2 "name": "content_plugin",
3 "display_name": "Content (plugin process)", 3 "display_name": "Content (plugin process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "browser": [ "IPC::mojom::ChannelBootstrap" ], 7 "browser": [ "IPC::mojom::ChannelBootstrap" ],
8 "service_manager:service_factory": [ 8 "service_manager:service_factory": [
9 "service_manager::mojom::ServiceFactory" 9 "service_manager::mojom::ServiceFactory"
10 ] 10 ]
11 }, 11 },
12 "requires": { 12 "requires": {
13 "content_browser": [ "plugin" ] 13 "content_browser": [ "plugin" ],
14 "ui": [ "discardable_memory" ]
14 } 15 }
15 } 16 }
16 } 17 }
17 } 18 }
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698