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

Unified Diff: ui/file_manager/gallery/gallery.html

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 | « no previous file | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 05e56fc4094467c7e94f18e799547cdf46e5cffe..5bc03b44a92a9a3849d083e7c140270a6286f54d 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -67,12 +67,13 @@
<script src="js/image_editor/image_encoder.js"></script>
<script src="js/image_editor/exif_encoder.js"></script>
+ <script src="js/entry_list_watcher.js"></script>
+ <script src="js/error_banner.js"></script>
<script src="js/gallery.js"></script>
<script src="js/gallery_item.js"></script>
- <script src="js/error_banner.js"></script>
<script src="js/mosaic_mode.js"></script>
- <script src="js/slide_mode.js"></script>
<script src="js/ribbon.js"></script>
+ <script src="js/slide_mode.js"></script>
</if>
</head>
<body>
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698