1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/plugin/chrome_content_plugin_client.h"
7 #ifdef V8_USE_EXTERNAL_STARTUP_DATA
8 #include "gin/v8_initializer.h"
11 void ChromeContentPluginClient::PreSandboxInitialization() {
12 #ifdef V8_USE_EXTERNAL_STARTUP_DATA
13 gin::V8Initializer::LoadV8Snapshot();
14 gin::V8Initializer::LoadV8Natives();