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

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: 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..f5afa51163eb0157dd67eb365950c51493145e51 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(Task* shutdown_task);
+#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