| Index: base/time.h
|
| ===================================================================
|
| --- base/time.h (revision 13095)
|
| +++ base/time.h (working copy)
|
| @@ -213,10 +213,12 @@
|
| static Time FromTimeT(time_t tt);
|
| time_t ToTimeT() const;
|
|
|
| - // Converts time to a double which is the number of seconds since epoch
|
| + // Converts time to/from a double which is the number of seconds since epoch
|
| // (Jan 1, 1970). Webkit uses this format to represent time.
|
| + static Time FromDoubleT(double dt);
|
| double ToDoubleT() const;
|
|
|
| +
|
| #if defined(OS_WIN)
|
| static Time FromFileTime(FILETIME ft);
|
| FILETIME ToFileTime() const;
|
|
|