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

Side by Side Diff: chrome/browser/chrome_content_renderer_manifest_overlay.json

Issue 2456493003: Add frame-specific InterfaceProviderSpec. (Closed)
Patch Set: . Created 4 years, 1 month 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 "display_name": "Chrome Render Process", 2 "display_name": "Chrome Render Process",
3 "interface_provider_specs": {} 3 "interface_provider_specs": {
4 "navigation:frame": {
5 "provides": {
6 "browser": [
7 "autofill::mojom::AutofillAgent",
8 "autofill::mojom::PasswordAutofillAgent",
9 "autofill::mojom::PasswordGenerationAgent",
10 "dom_distiller::mojom::DistillerPageNotifierService"
11 ]
12 }
13 }
14 }
4 } 15 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698