summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/filesystem/dev_tools_host_file_system.idl
blob: 51bd9a4775a6f1687dcb3a1de98bbd3c217c3aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2014 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.

[
    ImplementedAs=DevToolsHostFileSystem,
    RuntimeEnabled=FileSystem
] partial interface DevToolsHost {
    DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
    void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem);
};