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 a1fb9f888cb71d3ae2f3d4634843fc2a2ac517bf..a2134d715f830779a6064eb808df38f762888555 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1201,6 +1201,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableDirectWrite, |
switches::kEnableHighResolutionTime, |
switches::kHighDPISupport, |
+ switches::kRegisterFontFiles, |
#endif |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |