Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / web_ui_test_mojo_bindings.mojom
blob1cf70ce6fae1cd35f3f917a98365a9ac10b83f22
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module content;
7 interface BrowserTarget {
8   Start() => ();
9   Stop();