| Index: content/common/content_constants_internal.cc
|
| diff --git a/content/common/content_constants_internal.cc b/content/common/content_constants_internal.cc
|
| index e7174effc40d7da4cf99e3411a2c339e87e05441..3b0608e90e4ef594c2fa3e500cda3bd07298d91f 100644
|
| --- a/content/common/content_constants_internal.cc
|
| +++ b/content/common/content_constants_internal.cc
|
| @@ -20,8 +20,8 @@ const uint16 kMaxPluginSideLength = 1 << 15;
|
| // 8m pixels.
|
| const uint32 kMaxPluginSize = 8 << 20;
|
|
|
| -// 10MiB
|
| -const size_t kMaxLengthOfDataURLString = 1024 * 1024 * 10;
|
| +// 20MiB
|
| +const size_t kMaxLengthOfDataURLString = 1024 * 1024 * 20;
|
|
|
| const int kTraceEventBrowserProcessSortIndex = -6;
|
| const int kTraceEventRendererProcessSortIndex = -5;
|
|
|