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

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

Issue 11175077: Fix the low battery notification string from mins -> minutes. (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/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | 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..579ec3d128fa6df37adcdbc5e39e7bd661e66060 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -444,10 +444,6 @@ void ChromeShellDelegate::HandleMediaPrevTrack() {
#endif
}
-string16 ChromeShellDelegate::GetTimeRemainingString(base::TimeDelta delta) {
- return TimeFormat::TimeRemaining(delta);
sadrul 2012/10/24 03:49:06 Seeing how complicated the code in TimeFormat is,
jennyz 2012/10/24 18:42:40 I am discussing the TimeFormat::TimeRemainingLong
-}
-
void ChromeShellDelegate::SaveScreenMagnifierScale(double scale) {
#if defined(OS_CHROMEOS)
Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698