diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:48:44 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 22:48:44 +0000 |
commit | 5438ddec244232cb54ba95455d8745ea577c0578 (patch) | |
tree | 8fd26d537d06afc80da95d3c990ae8ec20e59154 /base/time_win.cc | |
parent | c6e7f04cdec7b8a4348e6ff9310c67236deca6d0 (diff) | |
download | chromium_src-5438ddec244232cb54ba95455d8745ea577c0578.zip chromium_src-5438ddec244232cb54ba95455d8745ea577c0578.tar.gz chromium_src-5438ddec244232cb54ba95455d8745ea577c0578.tar.bz2 |
Revert 59007 - Adding some utility functions that work on file handles, and adding
the corresponding relays to file_util_proxy.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3303007
TBR=dumi@chromium.org
Review URL: http://codereview.chromium.org/3371011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time_win.cc')
-rw-r--r-- | base/time_win.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/time_win.cc b/base/time_win.cc index 63f9768..00868f6 100644 --- a/base/time_win.cc +++ b/base/time_win.cc @@ -150,11 +150,6 @@ FILETIME Time::ToFileTime() const { } // static -Time Time::FromLargeInteger(LARGE_INTEGER li) { - return Time(li.QuadPart / 10); -} - -// static void Time::EnableHighResolutionTimer(bool enable) { // Test for single-threaded access. static PlatformThreadId my_thread = PlatformThread::CurrentId(); |