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

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

Issue 529413002: Rename DriveProvider to ExternalProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 6 years, 3 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/directory_contents.js
diff --git a/ui/file_manager/file_manager/foreground/js/directory_contents.js b/ui/file_manager/file_manager/foreground/js/directory_contents.js
index ca3f2e69e6c66d71bb7d89627ac4e256358f634e..0abf9ee17888b7293b7bcac0eeda9c86d75c1a1b 100644
--- a/ui/file_manager/file_manager/foreground/js/directory_contents.js
+++ b/ui/file_manager/file_manager/foreground/js/directory_contents.js
@@ -865,7 +865,7 @@ DirectoryContents.prototype.onNewEntries_ = function(refresh, entries) {
*/
DirectoryContents.prototype.prefetchMetadata =
function(entries, refresh, callback) {
- var TYPES = 'filesystem|drive';
+ var TYPES = 'filesystem|external';
if (refresh)
this.context_.metadataCache.getLatest(entries, TYPES, callback);
else

Powered by Google App Engine
This is Rietveld 408576698