| 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 4a0c05d311fce2458ee562ddc8452b7a3a928bc2..4cd7302542fc02142ad812bffa9e6ffcc015a802 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -914,6 +914,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kEnableRightAlignedScheduling,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kLowResolutionContentsScaleFactor,
|
| + cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
| cc::switches::kNumRasterThreads,
|
| cc::switches::kMaxPrepaintTileDistance,
|
| cc::switches::kMaxTilesForInterestArea,
|
|
|