blob: 05bd554837ac288c64101f1450c35675742b57f7 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(crbug.com/1227712): Migrate syntax and remove this.
deprecated_syntax;
library chromium.internal;
using fuchsia.web;
[Discoverable]
protocol DevToolsConnector {
/// Connects the supplied listener to receive notifications for this instance.
ConnectPerContextListener(fuchsia.web.DevToolsPerContextListener listener);
};