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

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

Issue 819953005: Files.app: Remove multi-profile related fileManagerPrivate APIs that are no more used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 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);

Powered by Google App Engine
This is Rietveld 408576698