Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: pdf/out_of_process_instance.cc

Issue 2700613003: Enable find-in-page across GuestViews. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pdf/out_of_process_instance.cc
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
index 5d90b39620b55a0d1834550f98e12d208eb1f3b6..6735c19602a9e7a192946bf8c9474d8e19563399 100644
--- a/pdf/out_of_process_instance.cc
+++ b/pdf/out_of_process_instance.cc
@@ -348,9 +348,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);

Powered by Google App Engine
This is Rietveld 408576698