Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / common / content_constants_internal.cc
index f5da70e..8703f80 100644 (file)
@@ -12,6 +12,9 @@ const uint16 kMaxPluginSideLength = 1 << 15;
 // 8m pixels.
 const uint32 kMaxPluginSize = 8 << 20;
 
+// 10MiB
+const size_t kMaxLengthOfDataURLString = 1024 * 1024 * 10;
+
 const int kTraceEventBrowserProcessSortIndex = -6;
 const int kTraceEventRendererProcessSortIndex = -5;
 const int kTraceEventPluginProcessSortIndex = -4;