Index: remoting/host/sighup_listener_mac.h |
diff --git a/remoting/host/sighup_listener_mac.h b/remoting/host/sighup_listener_mac.h |
deleted file mode 100644 |
index a0687594fde22a274f565a77095b15a51450c48b..0000000000000000000000000000000000000000 |
--- a/remoting/host/sighup_listener_mac.h |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
-// |
-// This file implements a signal handler that is used to safely handle SIGHUP |
-// and trigger the specified callback. It is currently used on Mac in order to |
-// reload the me2me host configuration, but would need minimal changes on Linux. |
- |
-#ifndef REMOTING_HOST_SIGHUP_LISTENER_MAC_H_ |
-#define REMOTING_HOST_SIGHUP_LISTENER_MAC_H_ |
- |
-#include "base/callback_forward.h" |
- |
-namespace remoting { |
- |
-// Register for SIGHUP notifications on the current thread, which must have |
-// an associated MessageLoopForIO. |
-bool RegisterHupSignalHandler(const base::Closure& callback); |
- |
-} // namespace remoting |
- |
-#endif // REMOTING_HOST_SIGHUP_LISTENER_MAC_H_ |