| Index: services/resource_coordinator/public/interfaces/events.mojom
|
| diff --git a/services/resource_coordinator/public/interfaces/events.mojom b/services/resource_coordinator/public/interfaces/events.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..05f4e7bef77fce04a974b843260a40c1cb55ac9c
|
| --- /dev/null
|
| +++ b/services/resource_coordinator/public/interfaces/events.mojom
|
| @@ -0,0 +1,12 @@
|
| +// 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.
|
| +
|
| +module resource_coordinator.mojom;
|
| +
|
| +[Native]
|
| +enum EventType;
|
| +
|
| +struct Event {
|
| + EventType type;
|
| +};
|
|
|