| Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| index 298219a40e5a0d16fe453851e4d41e8dfc9fe16b..d51889eb7c5807847644e784280a523da5b3c619 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| @@ -537,23 +537,6 @@ class PinDriveFileFunction : public FileBrowserFunction {
|
| void OnPinStateSet(drive::FileError error);
|
| };
|
|
|
| -// Get file locations for the given list of file URLs. Returns a list of
|
| -// location identifiers, like ['drive', 'local'], where 'drive' means the
|
| -// file is on gdata, and 'local' means the file is on the local drive.
|
| -class GetFileLocationsFunction : public FileBrowserFunction {
|
| - public:
|
| - DECLARE_EXTENSION_FUNCTION("fileBrowserPrivate.getFileLocations",
|
| - FILEBROWSERPRIVATE_GETFILELOCATIONS)
|
| -
|
| - GetFileLocationsFunction();
|
| -
|
| - protected:
|
| - virtual ~GetFileLocationsFunction();
|
| -
|
| - // AsyncExtensionFunction overrides.
|
| - virtual bool RunImpl() OVERRIDE;
|
| -};
|
| -
|
| // Get gdata files for the given list of file URLs. Initiate downloading of
|
| // gdata files if these are not cached. Return a list of local file names.
|
| // This function puts empty strings instead of local paths for files could
|
|
|