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

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

Issue 1167533004: Move overwrite original checkbox and saved label to bottom toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UI in RTL. Created 5 years, 7 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/gallery.html ('k') | ui/file_manager/gallery/js/slide_mode.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.js
diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
index e826a39eb23b7542bffaceff82fb1f5aba9b3aa4..c12c4a7d018821896f0776b89becc8f09f32526c 100644
--- a/ui/file_manager/gallery/js/gallery.js
+++ b/ui/file_manager/gallery/js/gallery.js
@@ -137,8 +137,6 @@ function Gallery(volumeManager) {
this.filenameEdit_.addEventListener('keydown',
this.onFilenameEditKeydown_.bind(this));
- var middleSpacer = queryRequiredElement(this.bottomToolbar_,
- '.middle-spacer');
var buttonSpacer = queryRequiredElement(this.topToolbar_, '.button-spacer');
this.prompt_ = new ImageEditor.Prompt(this.container_, strf);
« no previous file with comments | « ui/file_manager/gallery/gallery.html ('k') | ui/file_manager/gallery/js/slide_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698