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

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

Issue 2822633004: Compile more targets in file_manager in gyp v2. (Closed)
Patch Set: git cl format --js Created 3 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
Index: ui/file_manager/file_manager/foreground/js/ui/list_container.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/list_container.js b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
index fed73f516d0eaf0c8d90e290427b1089bb2dcaac..8559fd7d3b1f02cdd8707a652ebca49c357dd0d8 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/list_container.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
@@ -134,21 +134,6 @@ ListContainer.ListType = {
THUMBNAIL: 'thumb'
};
-/**
- * Metadata property names used by FileTable and FileGrid.
- * These metadata is expected to be cached.
- * @const {!Array<string>}
- */
-ListContainer.METADATA_PREFETCH_PROPERTY_NAMES = [
- 'availableOffline',
- 'contentMimeType',
- 'customIconUrl',
- 'hosted',
- 'modificationTime',
- 'shared',
- 'size',
-];
-
ListContainer.prototype = /** @struct */ {
/**
* @return {!FileTable|!FileGrid}

Powered by Google App Engine
This is Rietveld 408576698