| Index: content/common/presentation/presentation_service_client.mojom
|
| diff --git a/content/common/presentation/presentation_service_client.mojom b/content/common/presentation/presentation_service_client.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..12cb9b7160c6197b4b60dcb2d6fc1adc1c988e94
|
| --- /dev/null
|
| +++ b/content/common/presentation/presentation_service_client.mojom
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2015 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 presentation;
|
| +
|
| +// The client for the PresentationService that corresponds to the renderer side
|
| +// implementation of the Presentation API.
|
| +interface PresentationServiceClient {
|
| + // Called when the presentation screen availability changes.
|
| + // Fires the |availablechange| event in Javascript.
|
| + DeviceAvailabilityChanged(bool available);
|
| +};
|
|
|