| 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 081ff736631c1309c468b7990efbd788462495a2..71023644194529abdbad5337b193074baf77ec73 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1183,9 +1183,6 @@ void RenderProcessHostImpl::AppendRendererCommandLine(
|
| #if defined(OS_WIN)
|
| command_line->AppendSwitchASCII(switches::kDeviceScaleFactor,
|
| base::DoubleToString(gfx::GetDPIScale()));
|
| - command_line->AppendSwitchASCII(
|
| - switches::kFontCacheSharedMemSuffix,
|
| - base::UintToString(base::GetCurrentProcId()));
|
| #endif
|
|
|
| AppendCompositorCommandLineFlags(command_line);
|
|
|