Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: remoting/host/plugin/daemon_controller_mac.cc

Issue 10825302: mac: Remove more 10.5-only code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 10.8 Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/plugin/daemon_controller_mac.cc
diff --git a/remoting/host/plugin/daemon_controller_mac.cc b/remoting/host/plugin/daemon_controller_mac.cc
index f7d11c8b63f5f2cc11cf9e478a597b307a9f14f5..66505c833e9b0196f9deacb4784ee64626929c92 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;

Powered by Google App Engine
This is Rietveld 408576698