Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: content/public/renderer/content_renderer_client.cc

Issue 412143010: Flip this back to true. IdleHandlers should certainly be being scheduled when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.cc
diff --git a/content/public/renderer/content_renderer_client.cc b/content/public/renderer/content_renderer_client.cc
index 221e241b42d7c6b90382e1d683722f081e5c653b..6ca2fcc772f96929fa3eaf545932a7e219b65012 100644
--- a/content/public/renderer/content_renderer_client.cc
+++ b/content/public/renderer/content_renderer_client.cc
@@ -85,9 +85,7 @@ blink::WebSpeechSynthesizer* ContentRendererClient::OverrideSpeechSynthesizer(
}
bool ContentRendererClient::RunIdleHandlerWhenWidgetsHidden() {
- // TODO(wfh): http://crbug.com/381820 change this back to true after testing
- // whether this affects tabs hanging.
- return false;
+ return true;
}
bool ContentRendererClient::AllowPopup() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698