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 5ab8a707caffcb666aea1934a317c03cd95919b7..079f6e9dda954727f32c8ccdb2bd3beaebe05540 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1055,9 +1055,6 @@ |
#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); |