diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:58:09 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:58:09 +0000 |
commit | 8a4624215a3cbb5f2a48de816a460dda2d8b2ad3 (patch) | |
tree | cbfce72c4bf76e33f01713b30eaecd281414645a /chrome/app | |
parent | cfa25bde323a4c21b8814cbc1df61ccbfa9d9314 (diff) | |
download | chromium_src-8a4624215a3cbb5f2a48de816a460dda2d8b2ad3.zip chromium_src-8a4624215a3cbb5f2a48de816a460dda2d8b2ad3.tar.gz chromium_src-8a4624215a3cbb5f2a48de816a460dda2d8b2ad3.tar.bz2 |
Use TimeFormat::TimeRemaining for CellularDataPlan::GetUsageInfo.
CellularDataPlan::GetUsageInfo is used for network menu's expiration
label and TimeFormat::TimeRemaining is prefered per chromium-os:9331.
BUG=chromium-os:9331
TEST=Verify fix for chromium-os:9331
Review URL: http://codereview.chromium.org/5221004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e7536bf..9777cdd 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9060,12 +9060,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_NETWORK_DATA_EXPIRED_TITLE" desc="Title for network data expired notification"> <ph name="network">$1<ex>YBH</ex></ph> data expired </message> - <message name="IDS_NETWORK_MINUTES_UNTIL_EXPIRATION_MESSAGE" desc="Message for network minutes until expirations notification"> - <ph name="minues">$1<ex>30</ex></ph> minutes until expiration - </message> - <message name="IDS_NETWORK_MINUTES_REMAINING_MESSAGE" desc="Message for network minutes remaining notification"> - <ph name="minues">$1<ex>30</ex></ph> minutes remaining - </message> <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification"> Network Connection Error </message> |