Commit d89e1269 authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Update ResourceUsageReporter name in nacl_loader manifest

The interface was moved from chrome:: to content:: namespace, but this
manifest was not updated accordingly.

Fix that.

Bug: 826024
Change-Id: I8024c983f808001411e05fc52469ff7956f9c258
Reviewed-on: https://chromium-review.googlesource.com/981296Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545893}
parent 6a0d9946
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"provides": { "provides": {
"browser": [ "browser": [
"IPC::mojom::ChannelBootstrap", "IPC::mojom::ChannelBootstrap",
"chrome::mojom::ResourceUsageReporter",
"content::mojom::Child", "content::mojom::Child",
"content::mojom::ChildControl", "content::mojom::ChildControl",
"content::mojom::ChildHistogramFetcherFactory" "content::mojom::ChildHistogramFetcherFactory",
"content::mojom::ResourceUsageReporter"
] ]
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment