| Index: base/synchronization/lock_impl.h
|
| ===================================================================
|
| --- base/synchronization/lock_impl.h (revision 113515)
|
| +++ base/synchronization/lock_impl.h (working copy)
|
| @@ -45,12 +45,10 @@
|
| // a successful call to Try, or a call to Lock.
|
| void Unlock();
|
|
|
| - // Return the native underlying lock. Not supported for Windows builds.
|
| + // Return the native underlying lock.
|
| // TODO(awalker): refactor lock and condition variables so that this is
|
| // unnecessary.
|
| -#if !defined(OS_WIN)
|
| OSLockType* os_lock() { return &os_lock_; }
|
| -#endif
|
|
|
| private:
|
| OSLockType os_lock_;
|
|
|