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

Unified Diff: trunk/src/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js

Issue 250803018: Revert 266437 "Reland of 260688: [Files.app] Use getDriveEntryPr..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/chrome/common/extensions/api/file_browser_private.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js
===================================================================
--- trunk/src/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js (revision 266495)
+++ trunk/src/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js (working copy)
@@ -115,10 +115,8 @@
*/
MetadataCache.createFull = function(volumeManager) {
var cache = new MetadataCache();
- // DriveProvider should be prior to FileSystemProvider, because it covers
- // FileSystemProvider for files in Drive.
- cache.providers_.push(new DriveProvider(volumeManager));
cache.providers_.push(new FilesystemProvider());
+ cache.providers_.push(new DriveProvider(volumeManager));
cache.providers_.push(new ContentProvider());
return cache;
};
« no previous file with comments | « trunk/src/chrome/common/extensions/api/file_browser_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698