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

Unified Diff: chrome/common/service_process_util.h

Issue 6660001: Getting service process on Mac to handle having things moved/changed underneath it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed up phajdan's comments, got things working properly Created 9 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698