summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 17:14:36 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-24 17:14:36 +0000
commit56f0f264ff866052ebcb24e75147cb600e6547a1 (patch)
tree8b16bded93f914cacbf3cb130fae3539ad4bb268 /chrome/service/service_process.h
parent04a8454da64b62bfad5091efd5cf1143443283f0 (diff)
downloadchromium_src-56f0f264ff866052ebcb24e75147cb600e6547a1.zip
chromium_src-56f0f264ff866052ebcb24e75147cb600e6547a1.tar.gz
chromium_src-56f0f264ff866052ebcb24e75147cb600e6547a1.tar.bz2
Get service process running standalone on the mac by hooking it into launchd.
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6482016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r--chrome/service/service_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index 8a84efd..9d4d6f3 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -18,6 +18,7 @@
class ServiceProcessPrefs;
class ServiceIPCServer;
+class CommandLine;
namespace net {
class NetworkChangeNotifier;
@@ -132,6 +133,7 @@ class ServiceProcess : public CloudPrintProxy::Client,
#if defined(ENABLE_REMOTING)
scoped_refptr<remoting::ChromotingHostManager> remoting_host_manager_;
#endif
+ scoped_ptr<CommandLine> command_line_;
DISALLOW_COPY_AND_ASSIGN(ServiceProcess);
};