blob: 4dd212fb3a4cd34fe235bdc9f88cde3df33f9465 [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]
protocol TerminateService {
Terminate();
};