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

Unified Diff: chrome/browser/resources/file_manager/photo_import.html

Issue 10946029: [filemanager] Importing progress implemented. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/photo_import.html
===================================================================
--- chrome/browser/resources/file_manager/photo_import.html (revision 157524)
+++ chrome/browser/resources/file_manager/photo_import.html (working copy)
@@ -50,7 +50,7 @@
<script src="js/image_editor/image_util.js"></script>
<script src="js/media/media_util.js"></script>
- <script src="js/photo/select_album_dialog.js"></script>
+ <script src="js/photo/importing_dialog.js"></script>
<script src="js/photo/tile_view.js"></script>
<script src="js/photo/photo_import.js"></script>
</if>
@@ -67,7 +67,7 @@
<div class="bottombar buttonbar">
<input type="checkbox" id="delete-after-checkbox" checked>
<label for="delete-after-checkbox"></label>
- <span class="picked-count"></span>
+ <div class="picked-count"></div>
<button class="import action"></button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698