blob: cb9dcf1bfd4a20d1728ef6d50c42e8d7f1efd863 [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 {
Terminate();
};