Commit 10c80e02 authored by Dom Schulz's avatar Dom Schulz Committed by Commit Bot

Use more respectful language in a couple comments

Change-Id: I402355cc184d62341cdb6d2604113c6f7642d104
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426369
Auto-Submit: Dominic Schulz <dominicschulz@google.com>
Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810529}
parent 3ae442c5
...@@ -592,9 +592,9 @@ void ChromeMainDelegate::PostFieldTrialInitialization() { ...@@ -592,9 +592,9 @@ void ChromeMainDelegate::PostFieldTrialInitialization() {
bool is_browser_process = process_type.empty(); bool is_browser_process = process_type.empty();
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
// For child processes, this requires whitelisting of the sched_setaffinity() // For child processes, this requires allowlisting of the sched_setaffinity()
// syscall in the sandbox (baseline_policy_android.cc). When this call is // syscall in the sandbox (baseline_policy_android.cc). When this call is
// removed, the sandbox whitelist should be updated too. // removed, the sandbox allowlist should be updated too.
chrome::InitializeCpuAffinityExperiments(); chrome::InitializeCpuAffinityExperiments();
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment