Chromium Code Reviews| Index: chrome/service/service_child_process_host.h |
| =================================================================== |
| --- chrome/service/service_child_process_host.h (revision 69496) |
| +++ chrome/service/service_child_process_host.h (working copy) |
| @@ -23,7 +23,9 @@ |
| explicit ServiceChildProcessHost(ProcessType type); |
| // Derived classes call this to launch the child process synchronously. |
| // TODO(sanjeevr): Determine whether we need to make the launch asynchronous. |
| - bool Launch(CommandLine* cmd_line, const FilePath& exposed_dir); |
| + bool Launch(CommandLine* cmd_line, |
|
Scott Byer
2010/12/20 21:02:29
Please document that FilePath is ignored when no_s
sanjeevr
2010/12/21 21:28:45
Done.
|
| + bool no_sandbox, |
| + const FilePath& exposed_dir); |
| }; |
| #endif // CHROME_SERVICE_SERVICE_CHILD_PROCESS_HOST_H_ |