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

Unified Diff: remoting/host/posix/sighup_listener.h

Issue 10855249: [Chromoting] The daemon process now starts the networking process and passes the host configuration… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback + rebased on top of https://chromiumcodereview.appspot.com/10829467/ (Patch Set 5) 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/posix/sighup_listener.h
diff --git a/remoting/host/posix/sighup_listener.h b/remoting/host/posix/sighup_listener.h
deleted file mode 100644
index 48140a39f9a4460bcf877dae949822ec64f2a3cb..0000000000000000000000000000000000000000
--- a/remoting/host/posix/sighup_listener.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 used on Linux and Mac in order to
-// reload the me2me host configuration.
-
-#ifndef REMOTING_HOST_POSIX_SIGHUP_LISTENER_H_
-#define REMOTING_HOST_POSIX_SIGHUP_LISTENER_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_POSIX_SIGHUP_LISTENER_H_

Powered by Google App Engine
This is Rietveld 408576698