| 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 8aa919817f1c7a31451417e133f35107842ad405..81a562e40b7b8c475964aa8952cb9ff16ae7fe1a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1039,7 +1039,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
|
| // renderer so that it can act in accordance with each state, or record
|
| // histograms relating to the base::FieldTrial states.
|
| std::string field_trial_states;
|
| - base::FieldTrialList::StatesToString(&field_trial_states);
|
| + base::FieldTrialList::AllStatesToString(&field_trial_states);
|
| if (!field_trial_states.empty()) {
|
| command_line->AppendSwitchASCII(switches::kForceFieldTrials,
|
| field_trial_states);
|
|
|