summaryrefslogtreecommitdiffstats
path: root/base/platform_thread.h
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 22:59:03 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 22:59:03 +0000
commit0c6332fe5c874df3fcf1d3b29a6e633efb3418eb (patch)
tree6eb1faf7e2a4e7db7af7c61cea9f913f056ea1f5 /base/platform_thread.h
parent1e7c684b86c74491f03ac0daa188b992a170003e (diff)
downloadchromium_src-0c6332fe5c874df3fcf1d3b29a6e633efb3418eb.zip
chromium_src-0c6332fe5c874df3fcf1d3b29a6e633efb3418eb.tar.gz
chromium_src-0c6332fe5c874df3fcf1d3b29a6e633efb3418eb.tar.bz2
rollback r749
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/platform_thread.h')
-rw-r--r--base/platform_thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/platform_thread.h b/base/platform_thread.h
index 4b3cb39..2dca402 100644
--- a/base/platform_thread.h
+++ b/base/platform_thread.h
@@ -32,8 +32,6 @@
#include "build/build_config.h"
-class TimeDelta;
-
#if defined(OS_WIN)
#include <windows.h>
@@ -53,9 +51,6 @@ class PlatformThread {
// Yield the current thread so another thread can be scheduled.
static void YieldCurrentThread();
-
- // Sleep for the specified duration.
- static void Sleep(TimeDelta sleep_duration);
bool operator==(const PlatformThread& other_thread);