| 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 2e295b0cb8496f07c6619c40c356bfcab02fdc1e..15512ac9303bd2a437b6658c3ef026f176d97b27 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1390,6 +1390,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| static const char* const kSwitchNames[] = {
|
| switches::kAgcStartupMinVolume,
|
| switches::kAllowLoopbackInPeerConnection,
|
| + switches::kAndroidFontsPath,
|
| switches::kAudioBufferSize,
|
| switches::kBlinkPlatformLogChannels,
|
| switches::kBlinkSettings,
|
|
|