summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 19:18:56 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 19:18:56 +0000
commite82f8a2954571f43518ce7f720f7cf1b06ccd9aa (patch)
tree776b4179326096c4dc21a46875914c16fe00a66b /chrome/service/service_process.h
parent2fde710e3123c0c3bf4cd7847d010fefd0da4a6d (diff)
downloadchromium_src-e82f8a2954571f43518ce7f720f7cf1b06ccd9aa.zip
chromium_src-e82f8a2954571f43518ce7f720f7cf1b06ccd9aa.tar.gz
chromium_src-e82f8a2954571f43518ce7f720f7cf1b06ccd9aa.tar.bz2
Fix service process crash when chromoting is enabled and browser shuts down.
This also make disable remoting to actually work. BUG=69713, 71615 TEST=None Review URL: http://codereview.chromium.org/6410104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r--chrome/service/service_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index f293143..ac3a1286 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -86,8 +86,8 @@ class ServiceProcess : public CloudPrintProxy::Client,
virtual void OnCloudPrintProxyDisabled(bool persist_state);
// ChromotingHostManager::Observer interface.
- virtual void OnRemotingHostEnabled();
- virtual void OnRemotingHostDisabled();
+ virtual void OnChromotingHostEnabled();
+ virtual void OnChromotingHostDisabled();
#if defined(ENABLE_REMOTING)
// Return the reference to the chromoting host only if it has started.