Fix layout of Autofill suggestions in RTL.
[chromium-blink-merge.git] / content / common / wake_lock_service.mojom
blob3d6e6d896c908fce6245cc38f6fb8596fdceef52
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module content;
7 // WebLockService receives per-frame wake lock preference from its client.
8 interface WakeLockService {
9   RequestWakeLock();
10   CancelWakeLock();