| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 9eb05907f9953b2d35d168a542425d44c08c6226..6b4c3b0c6977ba012f6116ffb32f48e9cd78867c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "gin/v8_initializer.h"
|
|
|
| class ChromeContentBrowserClientParts;
|
|
|
| @@ -310,10 +311,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| #endif
|
|
|
| #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 // OS_POSIX && !OS_MACOSX
|
| #if defined(OS_ANDROID)
|
| base::ScopedFD icudtl_fd_;
|
|
|