| 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 e95bc5bbf7a7bb84469766be5621d930a239bbdb..7053b695995f6239948e26a67a6afb4eb73b9934 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -143,14 +143,6 @@ enum DriveShareType {
|
| can_view
|
| };
|
|
|
| -// ImageSet that represents multi-scale images.
|
| -dictionary ImageSet {
|
| - // 1x scale URL.
|
| - DOMString scale1xUrl;
|
| - // 2x scale URL.
|
| - DOMString scale2xUrl;
|
| -};
|
| -
|
| // A file task represents an action that the file manager can perform over the
|
| // currently selected files. See
|
| // chrome/browser/chromeos/extensions/file_manager/file_tasks.h for details
|
| @@ -825,10 +817,6 @@ interface Functions {
|
| // Obtains a list of profiles that are logged-in.
|
| static void getProfiles(GetProfilesCallback callback);
|
|
|
| - // Moves the window to other user's desktop.
|
| - static void visitDesktop(DOMString profileId,
|
| - optional SimpleCallback callback);
|
| -
|
| // Opens inspector window.
|
| // |type| InspectionType which specifies how to open inspector.
|
| static void openInspector(InspectionType type);
|
|
|