Index: extensions/shell/browser/shell_content_browser_client.h |
diff --git a/extensions/shell/browser/shell_content_browser_client.h b/extensions/shell/browser/shell_content_browser_client.h |
index 48af2c4254a2f96ab64ef2ccdf34700d6184a050..3cb28d1bef0939b41624c50ff4029b40c8e98fe5 100644 |
--- a/extensions/shell/browser/shell_content_browser_client.h |
+++ b/extensions/shell/browser/shell_content_browser_client.h |
@@ -7,6 +7,7 @@ |
#include "base/compiler_specific.h" |
#include "content/public/browser/content_browser_client.h" |
+#include "gin/v8_initializer.h" |
class GURL; |
@@ -87,10 +88,7 @@ class ShellContentBrowserClient : public content::ContentBrowserClient { |
const Extension* GetExtension(content::SiteInstance* site_instance); |
#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; } |
+ gin::V8Initializer::V8Files v8_files_; |
#endif |
// Owned by content::BrowserMainLoop. |