Index: chrome/common/child_thread.h |
=================================================================== |
--- chrome/common/child_thread.h (revision 10842) |
+++ chrome/common/child_thread.h (working copy) |
@@ -37,6 +37,9 @@ |
void SetChannelName(const std::wstring& name) { channel_name_ = name; } |
protected: |
+ // The required stack size if V8 runs on a thread. |
+ static const size_t kV8StackSize; |
+ |
virtual void OnControlMessageReceived(const IPC::Message& msg) { } |
// Returns the one child thread. |