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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698