| 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 d62cada4e1e5e9b77ccb5a07d3da49e1bbedfd14..e38a37fe43ddbcbc90c3f5e86419570f5acda79a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -632,7 +632,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
|
| std::string field_trial_states;
|
| base::FieldTrialList::StatesToString(&field_trial_states);
|
| if (!field_trial_states.empty()) {
|
| - command_line->AppendSwitchASCII(switches::kForceFieldTestNameAndValue,
|
| + command_line->AppendSwitchASCII(switches::kForceFieldTrials,
|
| field_trial_states);
|
| }
|
|
|
|
|