Source code

Revision control

Copy as Markdown

Other Tools

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
children: [
{
name: "context_provider",
},
],
use: [
{
protocol: [
"fuchsia.web.ContextProvider",
],
from: "#context_provider",
dependency: "weak",
},
],
offer: [
{
protocol: [
"fuchsia.feedback.ComponentDataRegister",
"fuchsia.feedback.CrashReportingProductRegister",
],
from: "parent",
to: "#context_provider",
},
],
}