summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/browser/utility_process_host_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/utility_process_host_client.h')
-rw-r--r--chromium/content/public/browser/utility_process_host_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/public/browser/utility_process_host_client.h b/chromium/content/public/browser/utility_process_host_client.h
index 73d707bb18a..bd7e89d6203 100644
--- a/chromium/content/public/browser/utility_process_host_client.h
+++ b/chromium/content/public/browser/utility_process_host_client.h
@@ -23,6 +23,9 @@ class UtilityProcessHostClient
// Called when the process has crashed.
virtual void OnProcessCrashed(int exit_code) {}
+ // Called when the process fails to launch, i.e. it has no exit code.
+ virtual void OnProcessLaunchFailed() {}
+
// Allow the client to filter IPC messages.
virtual bool OnMessageReceived(const IPC::Message& message) = 0;