Commit 29cd1106 authored by wfh@chromium.org's avatar wfh@chromium.org

Flip this back to true. IdleHandlers should certainly be being scheduled when...

Flip this back to true.  IdleHandlers should certainly be being scheduled when the content renderer client is hidden.

BUG=381820

Review URL: https://codereview.chromium.org/412143010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285476 0039d316-1c4b-4281-b951-d872f2087c98
parent 2934be45
...@@ -85,9 +85,7 @@ blink::WebSpeechSynthesizer* ContentRendererClient::OverrideSpeechSynthesizer( ...@@ -85,9 +85,7 @@ blink::WebSpeechSynthesizer* ContentRendererClient::OverrideSpeechSynthesizer(
} }
bool ContentRendererClient::RunIdleHandlerWhenWidgetsHidden() { bool ContentRendererClient::RunIdleHandlerWhenWidgetsHidden() {
// TODO(wfh): http://crbug.com/381820 change this back to true after testing return true;
// whether this affects tabs hanging.
return false;
} }
bool ContentRendererClient::AllowPopup() { bool ContentRendererClient::AllowPopup() {
......
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