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

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

Issue 2870373002: [DeviceService] Add end-to-end browsertest for PowerMonitor (Closed)
Patch Set: Address comments from jam@ and blundell@ Created 3 years, 6 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 | « content/shell/BUILD.gn ('k') | content/shell/common/power_monitor_test.mojom » ('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 "name": "content_renderer", 2 "name": "content_renderer",
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 "content::mojom::PowerMonitorTest",
7 "content::mojom::TestService" 8 "content::mojom::TestService"
8 ] 9 ]
9 } 10 }
10 }, 11 },
11 "navigation:frame": { 12 "navigation:frame": {
12 "provides": { 13 "provides": {
13 "browser": [ 14 "browser": [
14 "content::mojom::LayoutTestControl" 15 "content::mojom::LayoutTestControl"
15 ] 16 ]
16 } 17 }
17 } 18 }
18 } 19 }
19 } 20 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/common/power_monitor_test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698