| 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(
 | 
| 
 |