| Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 198835)
|
| +++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -496,8 +496,6 @@
|
|
|
| CreateMessageFilters();
|
|
|
| - // Single-process mode not supported in split-dll mode.
|
| -#if !defined(CHROME_SPLIT_DLL)
|
| if (run_renderer_in_process()) {
|
| // Crank up a thread and run the initialization there. With the way that
|
| // messages flow between the browser and renderer, this thread is required
|
| @@ -519,9 +517,7 @@
|
| in_process_renderer_->StartWithOptions(options);
|
|
|
| OnProcessLaunched(); // Fake a callback that the process is ready.
|
| - } else
|
| -#endif // !CHROME_SPLIT_DLL
|
| - {
|
| + } else {
|
| // Build command line for renderer. We call AppendRendererCommandLine()
|
| // first so the process type argument will appear first.
|
| CommandLine* cmd_line = new CommandLine(renderer_path);
|
|
|