blob: 6cf7849d2f791425f1a653b03dc40d19b2bcda3d [file] [log] [blame]
// Copyright 2017 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.
// Interface(s) used by AppClient's unittest.
library test.peridot.lib.fidl.appclient;
[Discoverable]
interface TerminateService {
1: Terminate();
};