| 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 0d66a760abf49fea5c09b55c3869738ebc0b094a..33369a1237d2701d72f93d3b45d870c5e54b4ef3 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -93,6 +93,11 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| scoped_ptr<ShellResourceDispatcherHostDelegate>
|
| resource_dispatcher_host_delegate_;
|
|
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| + base::ScopedFD v8_natives_fd_;
|
| + base::ScopedFD v8_snapshot_fd_;
|
| +#endif
|
| +
|
| ShellBrowserMainParts* shell_browser_main_parts_;
|
| };
|
|
|
|
|