Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / browser_plugin_guest_delegate.cc
index 7491138..d9a61ea 100644 (file)
@@ -11,4 +11,11 @@ WebContents* BrowserPluginGuestDelegate::CreateNewGuestWindow(
   return NULL;
 }
 
+bool BrowserPluginGuestDelegate::Find(int request_id,
+                                      const base::string16& search_text,
+                                      const blink::WebFindOptions& options,
+                                      bool is_full_page_plugin) {
+  return false;
+}
+
 }  // namespace content