summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r--chrome/service/service_process.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index d4babce..55c7c19 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -65,6 +65,9 @@ class ServiceProcess {
return &shutdown_event_;
}
+ // Shutdown the service process. This is likely triggered by a IPC message.
+ void Shutdown();
+
CloudPrintProxy* GetCloudPrintProxy();
#if defined(ENABLE_REMOTING)
@@ -116,7 +119,7 @@ class ServiceProcess {
// An event that will be signalled when we shutdown.
base::WaitableEvent shutdown_event_;
- // The main message loop for the service process.
+ // Pointer to the main message loop that host this object.
MessageLoop* main_message_loop_;
DISALLOW_COPY_AND_ASSIGN(ServiceProcess);