| Index: pdf/out_of_process_instance.cc
|
| diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
| index 9dcf4d9aa33833643d0b9a219f3e4df1287013d2..0e4e95cdf45dc96e778ee047e7d2ff7b4fde4026 100644
|
| --- a/pdf/out_of_process_instance.cc
|
| +++ b/pdf/out_of_process_instance.cc
|
| @@ -282,15 +282,6 @@ OutOfProcessInstance::~OutOfProcessInstance() {
|
| bool OutOfProcessInstance::Init(uint32_t argc,
|
| const char* argn[],
|
| const char* argv[]) {
|
| - v8::StartupData natives;
|
| - v8::StartupData snapshot;
|
| - pp::PDF::GetV8ExternalSnapshotData(this, &natives.data, &natives.raw_size,
|
| - &snapshot.data, &snapshot.raw_size);
|
| - if (natives.data) {
|
| - v8::V8::SetNativesDataBlob(&natives);
|
| - v8::V8::SetSnapshotDataBlob(&snapshot);
|
| - }
|
| -
|
| // Check if the PDF is being loaded in the PDF chrome extension. We only allow
|
| // the plugin to be put into "full frame" mode when it is being loaded in the
|
| // extension because this enables some features that we don't want pages
|
|
|