Index: pdf/out_of_process_instance.cc |
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc |
index 2f80e2eb358aa55fb9277caf2796ffed3159fc9d..b3f71b304b1827d237cdf818625b22a6817dfcab 100644 |
--- a/pdf/out_of_process_instance.cc |
+++ b/pdf/out_of_process_instance.cc |
@@ -343,9 +343,8 @@ bool OutOfProcessInstance::Init(uint32_t argc, |
} |
} |
- // Only allow the plugin to handle find requests if it is full frame. |
- if (full_) |
- SetPluginToHandleFindRequests(); |
+ // Allow the plugin to handle find requests. |
+ SetPluginToHandleFindRequests(); |
text_input_ = base::MakeUnique<pp::TextInput_Dev>(this); |