| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index e0812efc4181a0f6c8457f28e5004d442b963600..404362b3b199a451219a82bff4d92529e6cceff2 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -137,8 +137,6 @@ void InitializeFieldTrialAndFeatureList(
|
| std::unique_ptr<base::FieldTrialList>* field_trial_list) {
|
| const base::CommandLine& command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| - std::string process_type =
|
| - command_line.GetSwitchValueASCII(switches::kProcessType);
|
|
|
| // Initialize statistical testing infrastructure. We set the entropy
|
| // provider to nullptr to disallow non-browser processes from creating
|
|
|