Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7985)

Unified Diff: chrome/service/service_child_process_host.h

Issue 5947002: As the first step in an effort to improve robustness of the cloud print proxy... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed Mac/Linux compile error Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698