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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.cc

Issue 2700613003: Enable find-in-page across GuestViews. (Closed)
Patch Set: Small fix. Created 3 years, 8 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
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.h ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc
index 77ac6851c20c257638a576b06ffa94628edaa0e4..3478f1c0f7f6faffbbab7711d6b666fd7e7f2b40 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_guest.cc
@@ -1039,12 +1039,6 @@ void WebViewGuest::SignalWhenReady(const base::Closure& callback) {
manager->SignalOnScriptsLoaded(callback);
}
-bool WebViewGuest::ShouldHandleFindRequestsForEmbedder() const {
- if (web_view_guest_delegate_)
- return web_view_guest_delegate_->ShouldHandleFindRequestsForEmbedder();
- return false;
-}
-
void WebViewGuest::WillAttachToEmbedder() {
rules_registry_id_ = GetOrGenerateRulesRegistryID(
owner_web_contents()->GetRenderProcessHost()->GetID(),
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.h ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698