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