Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index cecca6de166bdef20bd3fb02d0282830af6e9146..79514b47fc9c1fd98463e9808f1d83da9441bf78 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -205,6 +205,12 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver { |
void SetContentsOpaque(bool opaque); |
+ void OnFindReply(int request_id, |
+ int number_of_matches, |
+ const gfx::Rect& selection_rect, |
+ int active_match_ordinal, |
+ bool final_update); |
+ |
private: |
class EmbedderWebContentsObserver; |