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

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 1062853004: Remove unused constants and functions from Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: chrome/common/extensions/api/file_manager_private.idl
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
index 398c8f8143551a6db44e4087858ae5d99a6d3ab9..68fc3455a7a08a90535f41be59b44a981c19259e 100644
--- a/chrome/common/extensions/api/file_manager_private.idl
+++ b/chrome/common/extensions/api/file_manager_private.idl
@@ -8,8 +8,8 @@
implemented_in="chrome/browser/chromeos/extensions/file_manager/file_manager_private_api_functions.h"]
namespace fileManagerPrivate {
// Type of the mounted volume.
-enum VolumeType { drive, downloads, removable, archive, cloud_device, provided,
- mtp, testing };
+enum VolumeType { drive, downloads, removable, archive, provided, mtp,
+ testing };
// Device type. Available if this is removable volume.
enum DeviceType { usb, sd, optical, mobile, unknown };
@@ -525,10 +525,6 @@ callback AddFileWatchCallback = void(optional boolean success);
// |success| True when file watch is successfully removed.
callback RemoveFileWatchCallback = void(optional boolean success);
-// |fileSystem| A DOMFileSystem instance for local file system access. null if
-// the caller has no appropriate permissions.
-callback RequestFileSystemCallback = void(optional object fileSystem);
-
// |entryProperties| A dictionary containing properties of the requested
// entries.
callback GetEntryPropertiesCallback =
« no previous file with comments | « chrome/browser/chromeos/file_manager/volume_manager.cc ('k') | ui/file_manager/file_manager/background/js/volume_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698