| 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 ad54e84f6a0ca9f11c32e2e216e6773a1e26d646..e01080abbbd39be9dc9cd99f4c4a45ec8a1bd250 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -976,6 +976,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kTopControlsHideThreshold,
|
| cc::switches::kTopControlsShowThreshold,
|
| cc::switches::kTraceOverdraw,
|
| + cc::switches::kUseMapImage,
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|