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

Unified Diff: content/common/content_constants_internal.cc

Issue 1445103002: Increase new content rendering timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: Created 5 years, 1 month 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/common/content_constants_internal.cc
diff --git a/content/common/content_constants_internal.cc b/content/common/content_constants_internal.cc
index 85c7de03b6a01dacbf994bb3d115a9d52362e257..e7174effc40d7da4cf99e3411a2c339e87e05441 100644
--- a/content/common/content_constants_internal.cc
+++ b/content/common/content_constants_internal.cc
@@ -14,7 +14,7 @@ const int64 kHungRendererDelayMs = 5000;
const int64 kHungRendererDelayMs = 30000;
#endif
-const int64 kNewContentRenderingDelayMs = 2000;
+const int64 kNewContentRenderingDelayMs = 4000;
const uint16 kMaxPluginSideLength = 1 << 15;
// 8m pixels.
« 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