| Index: content/browser/android/content_startup_flags.cc
|
| diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
|
| index 2015e986f56c2417e0b475c978d4c0e2ecc73cd1..3f1fd85f77151a31cfc271114bd20820b66f7974 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -86,8 +86,6 @@
|
|
|
| parsed_command_line->AppendSwitch(switches::kUIPrioritizeInGpuProcess);
|
|
|
| - parsed_command_line->AppendSwitch(switches::kEnableDelegatedRenderer);
|
| -
|
| if (!plugin_descriptor.empty()) {
|
| parsed_command_line->AppendSwitchNative(
|
| switches::kRegisterPepperPlugins, plugin_descriptor);
|
|
|