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

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

Issue 1173863004: Revert of Move overwrite original checkbox and saved label to bottom toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/css/gallery.css ('k') | 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 dc37823c90e15e3258838b50380d2d2a92fd77bb..5c3031cbe1b1a3f6d1e0302615d70bc1faa70fb6 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -107,19 +107,8 @@
</div>
</div>
<div id="bottom-toolbar" class="toolbar bottom tool dimmable">
- <div class="slide-mode-toolbar">
+ <div class="middle-spacer">
<div class="ribbon-spacer"></div>
- </div>
-
- <div class="edit-mode-toolbar">
- <div class="options">
- <!-- TODO(yawano): Replace overwrite original checkbox with undo toast. -->
- <div class="overwrite-original">
- <input id="overwrite-checkbox" type="checkbox"></input>
- <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OVERWRITE_ORIGINAL"></div>
- </div>
- <div class="saved" i18n-content="GALLERY_SAVED"></div>
- </div>
<div class="edit-bar-spacer"></div>
</div>
</div>
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698