blob: 2820ade3209cab5f9cc1300de62fdb9c7501b70c [file] [log] [blame]
// Copyright 2018 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.
[RuntimeEnabled=DisplayLocking] callback DisplayLockCallback = void(DisplayLockContext context);
[RuntimeEnabled=DisplayLocking, ActiveScriptWrappable] interface DisplayLockContext {
void schedule(DisplayLockCallback callback);
};