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

Side by Side Diff: content/shell/browser/content_shell_utility_manifest_overlay.json

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "exe:content_utility", 2 "name": "service:content_utility",
3 "capabilities": { 3 "capabilities": {
4 "provided": { 4 "provided": {
5 "browser": [ 5 "browser": [
6 "content::mojom::TestMojoService" 6 "content::mojom::TestMojoService"
7 ] 7 ]
8 } 8 }
9 } 9 }
10 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698