| Index: build/sanitizers/tsan_suppressions.cc
 | 
| diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
 | 
| index ea95a943bc11a334412d669740fe490164f6b8fd..c8e9eabef6e523bf12ecc03761b0d5ad2a153b83 100644
 | 
| --- a/build/sanitizers/tsan_suppressions.cc
 | 
| +++ b/build/sanitizers/tsan_suppressions.cc
 | 
| @@ -328,6 +328,9 @@ char kTSanDefaultSuppressions[] =
 | 
|  // https://crbug.com/459429
 | 
|  "race:randomnessPid\n"
 | 
|  
 | 
| +// https://crbug.com/460243
 | 
| +"race:IPC::ChannelMojoHost::OnClientLaunched\n"
 | 
| +
 | 
|  // End of suppressions.
 | 
|  ;  // Please keep this semicolon.
 | 
|  
 | 
| 
 |