| Index: mash/init/public/interfaces/init.mojom
|
| diff --git a/mash/init/public/interfaces/init.mojom b/mash/init/public/interfaces/init.mojom
|
| deleted file mode 100644
|
| index 120d4b8b3351e5ee92d513eadb506a4b9070414e..0000000000000000000000000000000000000000
|
| --- a/mash/init/public/interfaces/init.mojom
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -// Copyright 2016 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 mash.init.mojom;
|
| -
|
| -interface Init {
|
| - StartService(string name, string user_id);
|
| - StopServicesForUser(string user_id);
|
| -};
|
|
|