| 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 f36dd82771d77c1b49516a2095faa0eab226ff6b..7304aad039532b08af46e096c7651b3f00f2701d 100644
|
| --- a/third_party/closure_compiler/externs/file_manager_private.js
|
| +++ b/third_party/closure_compiler/externs/file_manager_private.js
|
| @@ -6,14 +6,6 @@
|
|
|
| /**
|
| * @typedef {{
|
| - * scale1xUrl: string,
|
| - * scale2xUrl: string
|
| - * }}
|
| - */
|
| -var ImageSet;
|
| -
|
| -/**
|
| - * @typedef {{
|
| * taskId: string,
|
| * title: string,
|
| * iconUrl: string,
|
| @@ -537,13 +529,6 @@ chrome.fileManagerPrivate.installWebstoreItem = function(itemId, silentInstallat
|
| chrome.fileManagerPrivate.getProfiles = function(callback) {};
|
|
|
| /**
|
| - * Moves the window to other user's desktop.
|
| - * @param {string} profileId
|
| - * @param {Function=} callback Callback that does not take arguments.
|
| - */
|
| -chrome.fileManagerPrivate.visitDesktop = function(profileId, callback) {};
|
| -
|
| -/**
|
| * Opens inspector window. |type| InspectionType which specifies how to open
|
| * inspector.
|
| * @param {string} type
|
|
|