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

Unified Diff: base/synchronization/lock.h

Issue 2692273008: Hacky slashy (Closed)
Patch Set: wip Created 3 years, 10 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.h
diff --git a/base/synchronization/lock.h b/base/synchronization/lock.h
index 599984e8b6dc509de30b4426e166fdb42e82b63b..f1a4bdc0184db04c8250ad9e4f179dfdec861153 100644
--- a/base/synchronization/lock.h
+++ b/base/synchronization/lock.h
@@ -73,6 +73,8 @@ class BASE_EXPORT Lock {
// ready threads.
// https://msdn.microsoft.com/library/windows/desktop/ms684831.aspx
return true;
+#elif defined(OS_FUCHSIA)
+ return false;
#else
#error Unsupported platform
#endif

Powered by Google App Engine
This is Rietveld 408576698