Index: content/common/zygote_commands_linux.h |
diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h |
index c46eec40eae7beef894e12b9078e3caca5643996..f71850429cab661e1f47fd67567e69c6a9dc1571 100644 |
--- a/content/common/zygote_commands_linux.h |
+++ b/content/common/zygote_commands_linux.h |
@@ -11,6 +11,9 @@ namespace content { |
// is ready to go. |
static const char kZygoteHelloMessage[] = "ZYGOTE_OK"; |
+// Maximum allowable length for messages sent to the zygote. |
+const size_t kZygoteMaxMessageLength = 2048; |
+ |
// File descriptors initialized by the Zygote Host |
const int kZygoteSocketPairFd = 3; |
const int kZygoteRendererSocketFd = 5; |