| Index: content/common/zygote_commands_linux.h
|
| diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h
|
| index f71850429cab661e1f47fd67567e69c6a9dc1571..53b3dfd6796c558ffe1a63f451ba666e4a42b835 100644
|
| --- a/content/common/zygote_commands_linux.h
|
| +++ b/content/common/zygote_commands_linux.h
|
| @@ -12,7 +12,7 @@ namespace content {
|
| static const char kZygoteHelloMessage[] = "ZYGOTE_OK";
|
|
|
| // Maximum allowable length for messages sent to the zygote.
|
| -const size_t kZygoteMaxMessageLength = 2048;
|
| +const size_t kZygoteMaxMessageLength = 8192;
|
|
|
| // File descriptors initialized by the Zygote Host
|
| const int kZygoteSocketPairFd = 3;
|
|
|