| Index: content/common/content_constants_internal.cc
|
| diff --git a/content/common/content_constants_internal.cc b/content/common/content_constants_internal.cc
|
| index 417803db8fb93c8b065577654c13c431c35cd67c..85c7de03b6a01dacbf994bb3d115a9d52362e257 100644
|
| --- a/content/common/content_constants_internal.cc
|
| +++ b/content/common/content_constants_internal.cc
|
| @@ -14,6 +14,8 @@ const int64 kHungRendererDelayMs = 5000;
|
| const int64 kHungRendererDelayMs = 30000;
|
| #endif
|
|
|
| +const int64 kNewContentRenderingDelayMs = 2000;
|
| +
|
| const uint16 kMaxPluginSideLength = 1 << 15;
|
| // 8m pixels.
|
| const uint32 kMaxPluginSize = 8 << 20;
|
|
|