diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 20:10:51 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 20:10:51 +0000 |
commit | cd8fb1ae6e12527b723596ec27d51e3774151eb5 (patch) | |
tree | 48c5894389b2b3566f67b2305b0dc4cea32bc1ff /base/time.h | |
parent | 9c8d0add41c7d0868f2f396940f6b595d3a432b0 (diff) | |
download | chromium_src-cd8fb1ae6e12527b723596ec27d51e3774151eb5.zip chromium_src-cd8fb1ae6e12527b723596ec27d51e3774151eb5.tar.gz chromium_src-cd8fb1ae6e12527b723596ec27d51e3774151eb5.tar.bz2 |
[Mac] Enable message loop start UMA measurement on Mac
Turned out we were only recording this information on Windows.
Bug=None
TEST=All unit tests should pass
BUG=
Review URL: https://chromiumcodereview.appspot.com/10557007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h index 1487276..b4a7632 100644 --- a/base/time.h +++ b/base/time.h @@ -273,6 +273,7 @@ class BASE_EXPORT Time { double ToJsTime() const; #if defined(OS_POSIX) + static Time FromTimeVal(struct timeval t); struct timeval ToTimeVal() const; #endif |