| Index: third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom b/third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom
|
| deleted file mode 100644
|
| index e4453fa5c90206d2f60dcf841fc843b85d0f5c75..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// 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 blink.mojom;
|
| -
|
| -// WebLockService receives per-frame wake lock preference from its client.
|
| -interface WakeLockService {
|
| - RequestWakeLock();
|
| - CancelWakeLock();
|
| -};
|
|
|