Chromium Code Reviews| 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(); |