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

Unified Diff: extensions/browser/guest_view/extension_options/extension_options_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/extension_options/extension_options_guest.h
diff --git a/extensions/browser/guest_view/extension_options/extension_options_guest.h b/extensions/browser/guest_view/extension_options/extension_options_guest.h
index 2bb279050c818526fdfb5248d86685ac79fabebf..6b2933a7493e36d9392728527f70c8a8507f1f05 100644
--- a/extensions/browser/guest_view/extension_options/extension_options_guest.h
+++ b/extensions/browser/guest_view/extension_options/extension_options_guest.h
@@ -35,7 +35,6 @@ class ExtensionOptionsGuest
int GetTaskPrefix() const final;
bool IsPreferredSizeModeEnabled() const final;
void OnPreferredSizeChanged(const gfx::Size& pref_size) final;
- bool ShouldHandleFindRequestsForEmbedder() const final;
// content::WebContentsDelegate implementation.
content::WebContents* OpenURLFromTab(

Powered by Google App Engine
This is Rietveld 408576698