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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

Issue 11272035: Add FORMAT_REMAINING_LONG in TimeFormat class to support formatting remaining time in long minute f… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/app/generated_resources.grd ('k') | chrome/common/time_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index a24e499898b421d4021646cbe8a30a6ca289d213..c411a88ef60d2b6dda00b8f40535cb2fee6e0e1c 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -445,7 +445,7 @@ void ChromeShellDelegate::HandleMediaPrevTrack() {
}
string16 ChromeShellDelegate::GetTimeRemainingString(base::TimeDelta delta) {
- return TimeFormat::TimeRemaining(delta);
+ return TimeFormat::TimeRemainingLong(delta);
}
void ChromeShellDelegate::SaveScreenMagnifierScale(double scale) {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/time_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698