diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:27:55 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:27:55 +0000 |
commit | afc05ab382ebc47e88efeb1384c20f4a50326af6 (patch) | |
tree | 189d1e70b0c1cd880d5ab8f266b683c3e419cbd6 /remoting/host/chromoting_host_context.h | |
parent | 834a6a109409de82662d29e0495a23872050812f (diff) | |
download | chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.zip chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.tar.gz chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.tar.bz2 |
Start Chromoting Host Process in Chrome Service
Enable chromoting host process if chrome is started with
--type=service --enable-chromoting
BUG=none
TEST=chrome --type=service --enable-chromoting
Review URL: http://codereview.chromium.org/2813038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host_context.h')
-rw-r--r-- | remoting/host/chromoting_host_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h index e336c1e..f488f74 100644 --- a/remoting/host/chromoting_host_context.h +++ b/remoting/host/chromoting_host_context.h @@ -48,4 +48,6 @@ class ChromotingHostContext { } // namespace remoting +DISABLE_RUNNABLE_METHOD_REFCOUNT(remoting::ChromotingHostContext); + #endif // REMOTING_HOST_CHROMOTING_HOST_CONTEXT_H_ |