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

Unified Diff: chrome/app/generated_resources.grd

Issue 211050: Implemented upload progress indicator in status bar. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | chrome/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 26719)
+++ chrome/app/generated_resources.grd (working copy)
@@ -2827,6 +2827,9 @@
<message name="IDS_LOAD_STATE_SENDING_REQUEST">
Sending request...
</message>
+ <message name="IDS_LOAD_STATE_SENDING_REQUEST_WITH_PROGRESS">
+ Uploading (<ph name="PROGRESS_PERCENT">$1<ex>27</ex></ph>%)...
+ </message>
<message name="IDS_LOAD_STATE_WAITING_FOR_RESPONSE">
Waiting for <ph name="HOST_NAME">$1<ex>www.google.com</ex></ph>...
</message>
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698