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

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

Issue 813263002: Remove Gallery.Item when the corresponding entries are removed in file system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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.js ('k') | ui/file_manager/gallery/js/image_editor/image_view.js » ('j') | 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 98366b97e5cb4d68cb820dee4223de3aecbb9c00..ec6cdd5a363f1563b09c24f89db3808c45789b21 100644
--- a/ui/file_manager/gallery/js/gallery_scripts.js
+++ b/ui/file_manager/gallery/js/gallery_scripts.js
@@ -60,12 +60,13 @@
//<include src="image_editor/image_encoder.js">
//<include src="image_editor/exif_encoder.js">
+//<include src="entry_list_watcher.js">
+//<include src="error_banner.js">
//<include src="gallery.js">
//<include src="gallery_item.js">
-//<include src="error_banner.js">
//<include src="mosaic_mode.js">
-//<include src="slide_mode.js">
//<include src="ribbon.js">
+//<include src="slide_mode.js">
// Exports
window.ImageUtil = ImageUtil;
« no previous file with comments | « ui/file_manager/gallery/js/gallery.js ('k') | ui/file_manager/gallery/js/image_editor/image_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698