Sign in
chromium
/
chromium
/
src.git
/
cd38a84418d8d192199016af8c3902e6fea61d5a
/
.
/
content
/
test
/
data
/
web_ui_test_mojo_bindings.mojom
blob: 1cf70ce6fae1cd35f3f917a98365a9ac10b83f22 [
file
] [
log
] [
blame
]
// 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
();
};