Commit 3fa98128 authored by skyostil's avatar skyostil Committed by Commit bot

Propagate the --disable-background-timer-throttling flag to the renderer

This flag needs to be passed to the renderer to actually disable
background throttling.

BUG=678745

Review-Url: https://codereview.chromium.org/2624153002
Cr-Commit-Position: refs/heads/master@{#442964}
parent 709f33fc
......@@ -1669,6 +1669,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisable3DAPIs,
switches::kDisableAcceleratedJpegDecoding,
switches::kDisableAcceleratedVideoDecode,
switches::kDisableBackgroundTimerThrottling,
switches::kDisableBlinkFeatures,
switches::kDisableBreakpad,
switches::kDisablePreferCompositingToLCDText,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment