| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index ee8c6a14552e0855fd4ef6679a658452e5ecf3e2..db5ea5d7a4f71b2d7cb1e95f9a9fff93aee979b7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -2251,7 +2251,7 @@ void RenderProcessHostImpl::SetBackgrounded(bool backgrounded) {
|
| // absence of field trials to get coverage on the perf waterfall.
|
| base::FieldTrial* trial =
|
| base::FieldTrialList::Find("BackgroundRendererProcesses");
|
| - if (!trial || !StartsWithASCII(trial->group_name(), "Disallow", true)) {
|
| + if (!trial || !base::StartsWithASCII(trial->group_name(), "Disallow", true)) {
|
| child_process_launcher_->SetProcessBackgrounded(backgrounded);
|
| }
|
| #else
|
|
|