2018-10-24 18:24:11 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-09-21 00:30:26 +00:00
|
|
|
From: deepak1556 <hop2deep@gmail.com>
|
|
|
|
Date: Thu, 20 Sep 2018 17:46:17 -0700
|
|
|
|
Subject: out_of_process_instance.patch
|
|
|
|
|
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
2019-08-24 01:14:23 +00:00
|
|
|
index 9c77f6422edbb42da34abb4320e0d5103cca5eea..8419b1ce6ed543b150c31d41dc8575e98c203427 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/pdf/out_of_process_instance.cc
|
|
|
|
+++ b/pdf/out_of_process_instance.cc
|
2019-08-24 01:14:23 +00:00
|
|
|
@@ -477,7 +477,9 @@ bool OutOfProcessInstance::Init(uint32_t argc,
|
2018-09-14 05:02:16 +00:00
|
|
|
std::string document_url = document_url_var.AsString();
|
|
|
|
base::StringPiece document_url_piece(document_url);
|
|
|
|
is_print_preview_ = IsPrintPreviewUrl(document_url_piece);
|
|
|
|
- if (!document_url_piece.starts_with(kChromeExtension) && !is_print_preview_)
|
|
|
|
+ if (!document_url_piece.starts_with(kChromeExtension) &&
|
|
|
|
+ !document_url_piece.starts_with("chrome://pdf-viewer") &&
|
|
|
|
+ !is_print_preview_)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
// Check if the plugin is full frame. This is passed in from JS.
|