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