Move global binder overrides before browser thread initialization
The structure that tracks global binder overrides is not thread-safe. This is fine because these overrides should be static for the life of the browser. Some tests however configured these overrides after the browser threads were started which the thread sanitizer complains about. Bug: 853907 Change-Id: Ibf282aa403be37639261dab66c9c73a99b6fb767 Reviewed-on: https://chromium-review.googlesource.com/1121588Reviewed-by:Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#574008}
Showing
Please register or sign in to comment