| Index: sandbox/win/src/process_thread_dispatcher.h
|
| diff --git a/sandbox/win/src/process_thread_dispatcher.h b/sandbox/win/src/process_thread_dispatcher.h
|
| index 2bb3b6ea6f4f52f46da54b4313dcd9fa32928fd8..20e7e4a7f879df67c192a838eab7d164e26391b1 100644
|
| --- a/sandbox/win/src/process_thread_dispatcher.h
|
| +++ b/sandbox/win/src/process_thread_dispatcher.h
|
| @@ -44,6 +44,14 @@ class ThreadProcessDispatcher : public Dispatcher {
|
| base::string16* cur_dir,
|
| CountedBuffer* info);
|
|
|
| + // Processes IPC requests coming from calls to CreateThread() in the target.
|
| + bool CreateThread(IPCInfo* ipc,
|
| + LPSECURITY_ATTRIBUTES thread_attributes,
|
| + SIZE_T stack_size,
|
| + LPTHREAD_START_ROUTINE start_address,
|
| + PVOID parameter,
|
| + DWORD creation_flags);
|
| +
|
| PolicyBase* policy_base_;
|
| DISALLOW_COPY_AND_ASSIGN(ThreadProcessDispatcher);
|
| };
|
|
|