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

Unified Diff: extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h

Issue 901833002: Allow MimeHandlerViewGuest to be notified of StopFinding events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/mime_handler_view/mime_handler_view_guest.h
diff --git a/extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h b/extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
index 65084b5a873835f676e760d82ef0a3cf68d81cc1..afc84a2deadc3b073ea530ff4725c407574ca34a 100644
--- a/extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
+++ b/extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
@@ -74,6 +74,7 @@ class MimeHandlerViewGuest : public GuestView<MimeHandlerViewGuest>,
bool Find(int request_id,
const base::string16& search_text,
const blink::WebFindOptions& options) override;
+ bool StopFinding(content::StopFindAction action) override;
// WebContentsDelegate implementation.
content::WebContents* OpenURLFromTab(

Powered by Google App Engine
This is Rietveld 408576698