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 008385f425d893fdd62bf85792862c9dd9100a28..d39ac65dae414af0404fa22b9b0e0292a1e28b9e 100644 |
--- a/sandbox/win/src/process_thread_dispatcher.h |
+++ b/sandbox/win/src/process_thread_dispatcher.h |
@@ -50,6 +50,13 @@ 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, |
+ SIZE_T stack_size, |
+ LPTHREAD_START_ROUTINE start_address, |
+ LPVOID parameter, |
+ DWORD creation_flags); |
+ |
PolicyBase* policy_base_; |
DISALLOW_COPY_AND_ASSIGN(ThreadProcessDispatcher); |
}; |