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

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

Issue 9839009: [filebrowser] Show progress indication, while files from GData are being downloaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.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/main.html
===================================================================
--- chrome/browser/resources/file_manager/main.html (revision 128900)
+++ chrome/browser/resources/file_manager/main.html (working copy)
@@ -223,6 +223,10 @@
visibleif='this.dialogType_ == "saveas-file"'>
<div class=horizontal-spacer></div>
<button class=ok disabled tabindex=2>[OK]</button>
+ <div class=preparing-label i18n-content=PREPARING_LABEL>[PREPARING]</div>
+ <div class=progress-bar>
+ <div class=progress-track></div>
+ </div>
<button class=cancel tabindex=3 i18n-content=CANCEL_LABEL
>[CANCEL]</button>
</div>
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698