Chromium Code Reviews| Index: src/platform.h |
| =================================================================== |
| --- src/platform.h (revision 5262) |
| +++ src/platform.h (working copy) |
| @@ -165,6 +165,9 @@ |
| // Returns the daylight savings offset for the given time. |
| static double DaylightSavingsOffset(double time); |
| + // Returns last OS error. |
| + static int GetLastError(); |
| + |
| static FILE* FOpen(const char* path, const char* mode); |
| // Log file open mode is platform-dependent due to line ends issues. |