diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 19:18:56 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 19:18:56 +0000 |
commit | e82f8a2954571f43518ce7f720f7cf1b06ccd9aa (patch) | |
tree | 776b4179326096c4dc21a46875914c16fe00a66b /chrome/service/service_process.h | |
parent | 2fde710e3123c0c3bf4cd7847d010fefd0da4a6d (diff) | |
download | chromium_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.h | 4 |
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. |