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

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

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
Index: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index 2a3befd59ff9723a07691a771b77fe4402961f3c..270007af426c5cc890a701cc838977435c2270b1 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -191,7 +191,6 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
bool IsAutoSizeSupported() const final;
void SetContextMenuPosition(const gfx::Point& position) final;
void SignalWhenReady(const base::Closure& callback) final;
- bool ShouldHandleFindRequestsForEmbedder() const final;
void WillAttachToEmbedder() final;
void WillDestroy() final;

Powered by Google App Engine
This is Rietveld 408576698