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

Unified Diff: infra/libs/service_utils/_daemon_win32.py

Issue 1365583002: Have service_manager start a cloudtail attached to each service it starts. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Just use the default project ID Created 5 years, 3 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: infra/libs/service_utils/_daemon_win32.py
diff --git a/infra/libs/service_utils/_daemon_win32.py b/infra/libs/service_utils/_daemon_win32.py
index a59e964f08da29691ce9a3b2809c1ea3f0fca03f..629e7a4fe322efdaea4fc422926aff9b91d42a93 100644
--- a/infra/libs/service_utils/_daemon_win32.py
+++ b/infra/libs/service_utils/_daemon_win32.py
@@ -92,5 +92,9 @@ def add_timeout(_cmd, _timeout_secs): # pragma: no cover
raise NotImplementedError
+def close_all_fds(_keep_fds): # pragma: no cover
+ raise NotImplementedError
+
+
def become_daemon(_keep_fds=None): # pragma: no cover
raise NotImplementedError

Powered by Google App Engine
This is Rietveld 408576698