summaryrefslogtreecommitdiff
path: root/chromium/content/public/utility
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/utility')
-rw-r--r--chromium/content/public/utility/content_utility_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/content/public/utility/content_utility_client.h b/chromium/content/public/utility/content_utility_client.h
index 51667228d48..672a774c983 100644
--- a/chromium/content/public/utility/content_utility_client.h
+++ b/chromium/content/public/utility/content_utility_client.h
@@ -44,6 +44,10 @@ class CONTENT_EXPORT ContentUtilityClient {
// corresponding UtilityProcessHost.
virtual void ExposeInterfacesToBrowser(mojo::BinderMap* binders) {}
+ // Called on the main thread immediately after the IO thread is created.
+ virtual void PostIOThreadCreated(
+ base::SingleThreadTaskRunner* io_thread_task_runner) {}
+
// Allows the embedder to handle an incoming service request. If this is
// called, this utility process was started for the sole purpose of running
// the service identified by |service_name|.