1 // Copyright 2014 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 #ifndef DevToolsHostFileSystem_h
6 #define DevToolsHostFileSystem_h
8 #include "platform/heap/Handle.h"
9 #include "wtf/Allocator.h"
10 #include "wtf/text/WTFString.h"
17 class DevToolsHostFileSystem
{
18 STATIC_ONLY(DevToolsHostFileSystem
);
20 static DOMFileSystem
* isolatedFileSystem(DevToolsHost
&, const String
& fileSystemName
, const String
& rootURL
);
21 static void upgradeDraggedFileSystemPermissions(DevToolsHost
&, DOMFileSystem
*);
26 #endif // !defined(DevToolsHostFileSystem_h)