Sign in
chromium
/
chromium
/
src
/
44.0.2403.89
/
.
/
content
/
test
/
data
/
web_ui_test_mojo_bindings.mojom
blob: 1cf70ce6fae1cd35f3f917a98365a9ac10b83f22 [
file
]
// Copyright 2014 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.
module
content
;
interface
BrowserTarget
{
Start
()
=>
();
Stop
();
};