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

Unified Diff: Source/modules/filesystem/WindowFileSystem.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
Index: Source/modules/filesystem/WindowFileSystem.idl
diff --git a/Source/modules/filesystem/WindowFileSystem.idl b/Source/modules/filesystem/WindowFileSystem.idl
index 4d98026140b3d5c484fd3d2aa237d41ce50d8c9e..814e83c48cdecb0d18fdf6732530a4e6fda52a40 100644
--- a/Source/modules/filesystem/WindowFileSystem.idl
+++ b/Source/modules/filesystem/WindowFileSystem.idl
@@ -30,8 +30,8 @@
const unsigned short TEMPORARY = 0;
const unsigned short PERSISTENT = 1;
- [RuntimeEnabled=FileSystem, MeasureAs=RequestFileSystem] void webkitRequestFileSystem(unsigned short type, long long size,
+ [MeasureAs=RequestFileSystem] void webkitRequestFileSystem(unsigned short type, long long size,
FileSystemCallback successCallback, optional ErrorCallback errorCallback);
- [RuntimeEnabled=FileSystem] void webkitResolveLocalFileSystemURL(DOMString url,
+ void webkitResolveLocalFileSystemURL(DOMString url,
EntryCallback successCallback, optional ErrorCallback errorCallback);
};
« no previous file with comments | « Source/modules/filesystem/HTMLInputElementFileSystem.idl ('k') | Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698