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

Unified Diff: ui/file_manager/gallery/js/gallery_scripts.js

Issue 971723002: Files.app: Rename FileSystemMetadata with MetadataModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. 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 | « ui/file_manager/gallery/js/gallery_item_unittest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/gallery_scripts.js
diff --git a/ui/file_manager/gallery/js/gallery_scripts.js b/ui/file_manager/gallery/js/gallery_scripts.js
index df653f5dc981e9c19d20aadf2ce147336f90a112..c288391b62d342c945cd831f543252090ba44bcf 100644
--- a/ui/file_manager/gallery/js/gallery_scripts.js
+++ b/ui/file_manager/gallery/js/gallery_scripts.js
@@ -46,14 +46,15 @@
//<include src="../../file_manager/common/js/util.js">
//<include src="../../file_manager/common/js/volume_manager_common.js">
//<include src="../../file_manager/foreground/js/metadata/content_metadata_provider.js">
+//<include src="../../file_manager/foreground/js/metadata/exif_constants.js">
//<include src="../../file_manager/foreground/js/metadata/external_metadata_provider.js">
-//<include src="../../file_manager/foreground/js/metadata/file_system_metadata.js">
//<include src="../../file_manager/foreground/js/metadata/file_system_metadata_provider.js">
//<include src="../../file_manager/foreground/js/metadata/metadata_cache.js">
//<include src="../../file_manager/foreground/js/metadata/metadata_cache_item.js">
//<include src="../../file_manager/foreground/js/metadata/metadata_item.js">
+//<include src="../../file_manager/foreground/js/metadata/metadata_model.js">
+//<include src="../../file_manager/foreground/js/metadata/multi_metadata_provider.js">
//<include src="../../file_manager/foreground/js/metadata/thumbnail_model.js">
-//<include src="../../file_manager/foreground/js/metadata/exif_constants.js">
//<include src="../../file_manager/foreground/js/mouse_inactivity_watcher.js">
//<include src="../../file_manager/foreground/js/share_client.js">
//<include src="../../file_manager/foreground/js/thumbnail_loader.js">
« no previous file with comments | « ui/file_manager/gallery/js/gallery_item_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698