| Index: pdf/out_of_process_instance.cc
|
| diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
| index 59b04394419410bc1eda3518839f2323169bbe94..a7c53401bc4a0332549abde80c7907442212b6ff 100644
|
| --- a/pdf/out_of_process_instance.cc
|
| +++ b/pdf/out_of_process_instance.cc
|
| @@ -567,7 +567,7 @@ pp::Var OutOfProcessInstance::GetLinkAtPosition(
|
| }
|
|
|
| pp::Var OutOfProcessInstance::GetSelectedText(bool html) {
|
| - if (html || !engine_->HasPermission(PDFEngine::PERMISSION_COPY))
|
| + if (html)
|
| return pp::Var();
|
| return engine_->GetSelectedText();
|
| }
|
|
|