| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index 0dc59b202254a2469bfb80410221ba271d6e20db..582f3cfb2d1d9490644dadc2c30be323c2b2b5eb 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -106,6 +106,8 @@ class ShellContentBrowserClient : public 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
|
|
|
| base::Closure select_client_certificate_callback_;
|
|
|