summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin/daemon_controller_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/plugin/daemon_controller_mac.cc')
-rw-r--r--remoting/host/plugin/daemon_controller_mac.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/host/plugin/daemon_controller_mac.cc b/remoting/host/plugin/daemon_controller_mac.cc
index f7d11c8..66505c8 100644
--- a/remoting/host/plugin/daemon_controller_mac.cc
+++ b/remoting/host/plugin/daemon_controller_mac.cc
@@ -108,9 +108,6 @@ void DaemonControllerMac::DeregisterForPreferencePaneNotifications() {
}
DaemonController::State DaemonControllerMac::GetState() {
- if (!base::mac::IsOSSnowLeopardOrLater()) {
- return DaemonController::STATE_NOT_IMPLEMENTED;
- }
pid_t job_pid = base::mac::PIDForJob(kServiceName);
if (job_pid < 0) {
return DaemonController::STATE_NOT_INSTALLED;