| Index: ash/shell/content_client/shell_content_browser_client.h
|
| diff --git a/ash/shell/content_client/shell_content_browser_client.h b/ash/shell/content_client/shell_content_browser_client.h
|
| index 9ee3373f907959048a81e2645535dd70abb25d49..3603c939e261719108d2a8a2fdeb3ed0f58af8bf 100644
|
| --- a/ash/shell/content_client/shell_content_browser_client.h
|
| +++ b/ash/shell/content_client/shell_content_browser_client.h
|
| @@ -48,6 +48,8 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| base::ScopedFD v8_natives_fd_;
|
| base::ScopedFD v8_snapshot_fd_;
|
| + bool natives_fd_exists() { return v8_natives_fd_ != -1; }
|
| + bool snapshot_fd_exists() { return v8_snapshot_fd_ != -1; }
|
| #endif
|
|
|
| ShellBrowserMainParts* shell_browser_main_parts_;
|
|
|