| Index: ui/base/l10n/time_format.h
|
| diff --git a/ui/base/l10n/time_format.h b/ui/base/l10n/time_format.h
|
| index c9c73ee42006c39924d2501f25713476f42183c9..1306bf00051e623e920cbbb0ad0ed0cb57130287 100644
|
| --- a/ui/base/l10n/time_format.h
|
| +++ b/ui/base/l10n/time_format.h
|
| @@ -29,8 +29,6 @@ class UI_BASE_EXPORT TimeFormat {
|
| static base::string16 TimeRemaining(const base::TimeDelta& delta);
|
|
|
| // Returns times in remaining-long-format: "3 minutes left", "2 days left".
|
| - // Currently, this only affects the minutes in long format, the rest
|
| - // of the time units are formatted the same as TimeRemaining does.
|
| static base::string16 TimeRemainingLong(const base::TimeDelta& delta);
|
|
|
| // Returns times in short-format: "3 mins", "2 days".
|
|
|