Chromium Code Reviews| Index: src/platform.h |
| diff --git a/src/platform.h b/src/platform.h |
| index 8af90f1cb3e9799e85986d4cb84cd6df6a295e78..d42466639e80470772038806bef25b7da05efba3 100644 |
| --- a/src/platform.h |
| +++ b/src/platform.h |
| @@ -193,6 +193,8 @@ class OS { |
| // Returns the daylight savings offset for the given time. |
| static double DaylightSavingsOffset(double time); |
| + static void TimeZoneChanged(); |
| + |
| // Returns last OS error. |
| static int GetLastError(); |