| Index: gin/v8_initializer.h
|
| diff --git a/gin/v8_initializer.h b/gin/v8_initializer.h
|
| index ad3ed6e30a3ca791cdcd4f32face32c50942e474..6c9c6c2ee38ab0b083fde1655f69808498c2e558 100644
|
| --- a/gin/v8_initializer.h
|
| +++ b/gin/v8_initializer.h
|
| @@ -49,6 +49,12 @@ class GIN_EXPORT V8Initializer {
|
| // snapshot is already loaded, false otherwise.
|
| static bool LoadV8Snapshot();
|
|
|
| + // Opens the V8 snapshot data files and returns open file descriptors to these
|
| + // files in |natives_fd_out| and |snapshot_fd_out|, which can be passed to
|
| + // child processes.
|
| + static bool OpenV8FilesForChildProcesses(base::PlatformFile* natives_fd_out,
|
| + base::PlatformFile* snapshot_fd_out);
|
| +
|
| #endif // V8_USE_EXTERNAL_STARTUP_DATA
|
| };
|
|
|
|
|