Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: base/synchronization/lock_impl_win.cc

Issue 2394613002: (tiny) Temporarily disable lock instrumentation (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/synchronization/lock_impl_win.cc
diff --git a/base/synchronization/lock_impl_win.cc b/base/synchronization/lock_impl_win.cc
index 31f95f4e394ba6af3bc52e8b4472251a7d35740b..d89a131a7a8a8fb84950baaaf572334e36fa85b8 100644
--- a/base/synchronization/lock_impl_win.cc
+++ b/base/synchronization/lock_impl_win.cc
@@ -4,8 +4,6 @@
#include "base/synchronization/lock_impl.h"
-#include "base/debug/activity_tracker.h"
-
namespace base {
namespace internal {
@@ -18,7 +16,6 @@ bool LockImpl::Try() {
}
void LockImpl::Lock() {
- base::debug::ScopedLockAcquireActivity lock_activity(this);
bcwhite 2016/10/04 20:31:00 How about just commenting it out with a crbug refe
manzagop (departed) 2016/10/04 20:34:53 Done.
::AcquireSRWLockExclusive(&native_handle_);
}
« base/synchronization/lock_impl_posix.cc ('K') | « base/synchronization/lock_impl_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698