Index: build/sanitizers/tsan_suppressions.cc |
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc |
index e5eefafeae265f5ec7981995886c738a3e1ea6da..703d6b1ce71c50053564822e602ebf6244ef4744 100644 |
--- a/build/sanitizers/tsan_suppressions.cc |
+++ b/build/sanitizers/tsan_suppressions.cc |
@@ -273,6 +273,9 @@ char kTSanDefaultSuppressions[] = |
// http://crbug.com/587199 |
"race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n" |
+// http://crbug.com/673760 |
+"race:device::PollingSensorReader::StopFetchingData\n" |
+ |
// End of suppressions. |
; // Please keep this semicolon. |