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

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

Issue 1006833002: Gallery.app : shows an error message when it fails to save an image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed string resource. Created 5 years, 9 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.js
diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
index defb09da118c3b7dd954c1ea0b845abf4d9d216f..b2859f91e569c82d0d8a5442ad0b60724fd8590e 100644
--- a/ui/file_manager/gallery/js/gallery.js
+++ b/ui/file_manager/gallery/js/gallery.js
@@ -172,9 +172,6 @@ function Gallery(volumeManager) {
this.slideMode_.addEventListener('image-displayed', function() {
cr.dispatchSimpleEvent(this, 'image-displayed');
}.bind(this));
- this.slideMode_.addEventListener('image-saved', function() {
- cr.dispatchSimpleEvent(this, 'image-saved');
- }.bind(this));
this.deleteButton_ = this.initToolbarButton_('delete', 'GALLERY_DELETE');
this.deleteButton_.addEventListener('click', this.delete_.bind(this));
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc ('k') | ui/file_manager/gallery/js/gallery_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698