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

Unified Diff: ui/file_manager/file_manager/background/js/volume_manager.js

Issue 940443003: Files.app: Skip updating subdirectories of a volume whose display root is not gotten yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | ui/file_manager/file_manager/common/js/util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/background/js/volume_manager.js
diff --git a/ui/file_manager/file_manager/background/js/volume_manager.js b/ui/file_manager/file_manager/background/js/volume_manager.js
index 9c3850abe21ecaabe68371ec90f55c06d977dc1d..3e31aaa04d4a38bca319001a154a6062aa3f3c97 100644
--- a/ui/file_manager/file_manager/background/js/volume_manager.js
+++ b/ui/file_manager/file_manager/background/js/volume_manager.js
@@ -418,7 +418,7 @@ VolumeInfoList.prototype.findIndex = function(volumeId) {
/**
* Searches the information of the volume that contains the passed entry.
- * @param {Entry|Object} entry Entry on the volume to be found.
+ * @param {!Entry|!Object} entry Entry on the volume to be found.
* @return {VolumeInfo} The volume's information, or null if not found.
*/
VolumeInfoList.prototype.findByEntry = function(entry) {
@@ -814,7 +814,7 @@ VolumeManager.prototype.getCurrentProfileVolumeInfo = function(volumeType) {
/**
* Obtains location information from an entry.
*
- * @param {(Entry|Object)} entry File or directory entry. It can be a fake
+ * @param {(!Entry|!Object)} entry File or directory entry. It can be a fake
* entry.
* @return {EntryLocation} Location information.
*/
« no previous file with comments | « no previous file | ui/file_manager/file_manager/common/js/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698