summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/permissions/clipboard_permission_descriptor.idl
blob: b351a623b7a093799df571bd02f9bd3361b127a8 (plain)
1
2
3
4
5
6
7
// 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.

dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
    boolean allowWithoutGesture = false;
};