| Index: chromecast/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
|
| index 703af237f44a0b4f30d3fd0ee88aad4cb7b2316f..e1f542e3ab51484238f87f60be90983de3d7c7af 100644
|
| --- a/chromecast/browser/cast_content_browser_client.h
|
| +++ b/chromecast/browser/cast_content_browser_client.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "gin/v8_initializer.h"
|
|
|
| namespace breakpad {
|
| class CrashHandlerHostLinux;
|
| @@ -153,10 +154,7 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| std::map<std::string, breakpad::CrashHandlerHostLinux*> crash_handlers_;
|
| #endif
|
|
|
| - 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_;
|
|
|
| scoped_ptr<URLRequestContextFactory> url_request_context_factory_;
|
|
|
|
|