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

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

Issue 2674843002: Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. (Closed)
Patch Set: Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo. 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/content_settings/content_setting_bubble_model.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "display_name": "Chrome Render Process", 2 "display_name": "Chrome Render Process",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "service_manager:connector": { 4 "service_manager:connector": {
5 "provides": { 5 "provides": {
6 "browser": [ 6 "browser": [
7 "chrome::mojom::ResourceUsageReporter" 7 "chrome::mojom::ResourceUsageReporter"
8 ] 8 ]
9 } 9 }
10 }, 10 },
11 "navigation:frame": { 11 "navigation:frame": {
12 "provides": { 12 "provides": {
13 "browser": [ 13 "browser": [
14 "autofill::mojom::AutofillAgent", 14 "autofill::mojom::AutofillAgent",
15 "autofill::mojom::PasswordAutofillAgent", 15 "autofill::mojom::PasswordAutofillAgent",
16 "autofill::mojom::PasswordGenerationAgent", 16 "autofill::mojom::PasswordGenerationAgent",
17 "chrome::mojom::InsecureContentRenderer",
17 "contextual_search::mojom::OverlayPageNotifierService", 18 "contextual_search::mojom::OverlayPageNotifierService",
18 "dom_distiller::mojom::DistillerPageNotifierService" 19 "dom_distiller::mojom::DistillerPageNotifierService"
19 ] 20 ]
20 } 21 }
21 } 22 }
22 } 23 }
23 } 24 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/content_settings/content_setting_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698