| 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 13a594e40f8e0fdcd49cfa81e31e0d7ec629375b..513da81d38f8f8afcc9781ea05824f003912be71 100644
|
| --- a/ash/shell/content_client/shell_content_browser_client.h
|
| +++ b/ash/shell/content_client/shell_content_browser_client.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "gin/v8_initializer.h"
|
|
|
| namespace content {
|
| class ShellBrowserContext;
|
| @@ -50,11 +51,7 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
|
|
|
| private:
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| - bool natives_fd_exists() { return v8_natives_fd_.is_valid(); }
|
| - bool snapshot_fd_exists() { return v8_snapshot_fd_.is_valid(); }
|
| -
|
| - base::ScopedFD v8_natives_fd_;
|
| - base::ScopedFD v8_snapshot_fd_;
|
| + gin::V8Initializer::V8Files v8_files_;
|
| #endif
|
|
|
| ShellBrowserMainParts* shell_browser_main_parts_;
|
|
|