Index: base/threading/platform_thread.h |
diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h |
index 3aa38794ad589b023bfab3b48fab69baf6a24115..c7b47af46f6e1c44021ddabbff05e1fce8debaab 100644 |
--- a/base/threading/platform_thread.h |
+++ b/base/threading/platform_thread.h |
@@ -64,9 +64,6 @@ class BASE_EXPORT PlatformThread { |
// Yield the current thread so another thread can be scheduled. |
static void YieldCurrentThread(); |
- // Sleeps for the specified duration (units are milliseconds). |
- static void Sleep(int duration_ms); |
- |
// Sleeps for the specified duration. |
static void Sleep(base::TimeDelta duration); |