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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 985533004: Implement chrome.fileSystem.requestFileSystem(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile issues. Created 5 years, 9 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: third_party/closure_compiler/externs/file_manager_private.js
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index 10a57a7a8c8f84bf86f82498b4a73e2863958734..63be2e8c207f01638be794852d4b8a613f14f2ef 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -270,17 +270,6 @@ chrome.fileManagerPrivate.addFileWatch = function(fileUrl, callback) {};
chrome.fileManagerPrivate.removeFileWatch = function(fileUrl, callback) {};
/**
- * Requests access to a file system volume. |volumeId| The ID of the file
- * system volume to request. The volume ID is delivered to JavaScript as
- * part of VolumeMetadata.
- * @param {string} volumeId
- * @param {function(FileSystem)} callback Returns a DOMFileSystem instance
- * for the requested volume. Null if the caller has no appropriate
- * permissions.
- */
-chrome.fileManagerPrivate.requestFileSystem = function(volumeId, callback) {};
-
-/**
* Enables the extenal file scheme necessary to initiate drags to the browser
* window for files on the external backend.
*/

Powered by Google App Engine
This is Rietveld 408576698