Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1388)

Unified Diff: Source/modules/filesystem/DevToolsHostFileSystem.idl

Issue 1117063005: Remove FileSystem runtime flag for blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/filesystem/HTMLInputElementFileSystem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DevToolsHostFileSystem.idl
diff --git a/Source/modules/filesystem/DevToolsHostFileSystem.idl b/Source/modules/filesystem/DevToolsHostFileSystem.idl
index c0a283af70711f3f5ac9307701565e3d895f3e29..59c9268f5e07da8ba0e79f71e6f7357f248c9048 100644
--- a/Source/modules/filesystem/DevToolsHostFileSystem.idl
+++ b/Source/modules/filesystem/DevToolsHostFileSystem.idl
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- RuntimeEnabled=FileSystem,
-] partial interface DevToolsHost {
+partial interface DevToolsHost {
DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem);
};
« no previous file with comments | « no previous file | Source/modules/filesystem/HTMLInputElementFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698