| Index: content/browser/renderer_host/render_widget_host_view_base.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_base.cc (revision 242534)
|
| +++ content/browser/renderer_host/render_widget_host_view_base.cc (working copy)
|
| @@ -206,8 +206,7 @@
|
| return;
|
|
|
| bool oop_plugins =
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);
|
| + !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
|
|
|
| HDWP defer_window_pos_info =
|
| ::BeginDeferWindowPos(static_cast<int>(moves.size()));
|
|
|