Skip to content

Commit

Permalink
[fuchsia][webengine] Expose fuchsia.web.Debug from web_instance
Browse files Browse the repository at this point in the history
Otherwise, WebInstanceHost consumers that attempt to attach to it will
fail to do so.

Bug: 1280703
Change-Id: I1849911c3c794904ca3c434b66ec531b2ced9aed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4271114
Commit-Queue: Wez <wez@chromium.org>
Auto-Submit: Greg Thompson <grt@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1107435}
  • Loading branch information
GregTho authored and Chromium LUCI CQ committed Feb 20, 2023
1 parent f9caf85 commit a3445ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuchsia_web/webengine/web_instance.cml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{
protocol: [
"fuchsia.web.Context",
"fuchsia.web.Debug",
"fuchsia.web.FrameHost",
]
}
Expand All @@ -25,6 +26,7 @@
{
protocol: [
"fuchsia.web.Context",
"fuchsia.web.Debug",
"fuchsia.web.FrameHost",
],
from: "self",
Expand Down

0 comments on commit a3445ee

Please sign in to comment.