summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/service_manager/child_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/service_manager/child_connection.h')
-rw-r--r--chromium/content/common/service_manager/child_connection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/common/service_manager/child_connection.h b/chromium/content/common/service_manager/child_connection.h
index 96aca647373..067945049cd 100644
--- a/chromium/content/common/service_manager/child_connection.h
+++ b/chromium/content/common/service_manager/child_connection.h
@@ -59,6 +59,9 @@ class CONTENT_EXPORT ChildConnection {
// functional until this is called.
void SetProcessHandle(base::ProcessHandle handle);
+ // Instructs the child process to crash immediately.
+ void ForceCrash();
+
private:
class IOThreadContext;