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

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

Issue 971173002: Gallery: Start to use new metadata model in Gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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
Index: ui/file_manager/gallery/js/gallery_data_model.js
diff --git a/ui/file_manager/gallery/js/gallery_data_model.js b/ui/file_manager/gallery/js/gallery_data_model.js
index f9f3287c8cede811153a5a0d40ff01ba1aaa238e..48f6a2227c4ec52e79d725a218cdb8cab97765b6 100644
--- a/ui/file_manager/gallery/js/gallery_data_model.js
+++ b/ui/file_manager/gallery/js/gallery_data_model.js
@@ -101,6 +101,7 @@ GalleryDataModel.prototype.saveItem = function(
oldEntry,
oldLocationInfo,
oldMetadata,
+ item.metadataItem_,
yawano 2015/03/03 04:14:50 Is this item.metadataItem_ updated for the new fil
hirono 2015/03/04 05:07:04 Actually this should be oldItemMetadata. The behav
yawano 2015/03/04 05:20:45 I get it. Thank you!
this.metadataCache_,
this.metadataModel_,
item.isOriginal());

Powered by Google App Engine
This is Rietveld 408576698