diff options
Diffstat (limited to 'chromium/mojo/public/c/system/thunks.h')
-rw-r--r-- | chromium/mojo/public/c/system/thunks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/mojo/public/c/system/thunks.h b/chromium/mojo/public/c/system/thunks.h index f3f9742a8bf..4b41b939e24 100644 --- a/chromium/mojo/public/c/system/thunks.h +++ b/chromium/mojo/public/c/system/thunks.h @@ -228,6 +228,11 @@ struct MojoSystemThunks { // Core ABI version 2 additions begin here. MojoResult (*Shutdown)(const struct MojoShutdownOptions* options); + + // Core ABI version 3 additions begin here. + MojoResult (*SetDefaultProcessErrorHandler)( + MojoDefaultProcessErrorHandler handler, + const struct MojoSetDefaultProcessErrorHandlerOptions* options); }; #pragma pack(pop) |