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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/gear_menu.js

Issue 2640673002: (WIP) Use generator to generate externs for chrome.fileManagerPrivate API.
Patch Set: Compile passes Created 3 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: ui/file_manager/file_manager/foreground/js/ui/gear_menu.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/gear_menu.js b/ui/file_manager/file_manager/foreground/js/ui/gear_menu.js
index 8807c5c19321d1b8f14433a34897bf6916be7318..d24dbe2d4c6d457ab0a3c0614b8b6e95c784063e 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/gear_menu.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/gear_menu.js
@@ -64,7 +64,7 @@ function GearMenu(element) {
/**
* Volume space info.
- * @type {Promise.<MountPointSizeStats>}
+ * @type {Promise.<chrome.fileManagerPrivate.MountPointSizeStats>}
* @private
*/
this.spaceInfoPromise_ = null;
@@ -75,8 +75,8 @@ function GearMenu(element) {
}
/**
- * @param {Promise.<MountPointSizeStats>} spaceInfoPromise Promise to be
- * fulfilled with space info.
+ * @param {Promise.<chrome.fileManagerPrivate.MountPointSizeStats>}
+ * spaceInfoPromise Promise to be fulfilled with space info.
* @param {boolean} showLoadingCaption Whether show loading caption or not.
*/
GearMenu.prototype.setSpaceInfo = function(

Powered by Google App Engine
This is Rietveld 408576698