Index: chrome/common/service_process_util.h |
diff --git a/chrome/common/service_process_util.h b/chrome/common/service_process_util.h |
index 1ec9d653226bf6634279e4c8563fd8bcef8a8706..0701e4fc9fdd14e2ddcae23e65769f9b0a50b844 100644 |
--- a/chrome/common/service_process_util.h |
+++ b/chrome/common/service_process_util.h |
@@ -115,6 +115,11 @@ class ServiceProcessState { |
// process. |
void CreateAutoRunCommandLine(); |
+#if defined(OS_POSIX) |
+ // Platform specific SignalReady handling. |
+ bool SignalReadyPlatformSpecific(); |
+#endif // OS_POSIX |
+ |
// An opaque object that maintains state. The actual definition of this is |
// platform dependent. |
struct StateData; |