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();
};