| Index: base/threading/platform_thread.h
|
| diff --git a/base/threading/platform_thread.h b/base/threading/platform_thread.h
|
| index 3843ce58db1ab9c71f0efee1c74474e68f5cb1c0..fc64f78967cc3660d49b96ae7f81aa2250423fea 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);
|
|
|
|
|