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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.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: content/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index 5e5d1fea4e51ed038d31fa84bc29b27f7524cdf9..31250d6d506e00aecd687a81707bd1c17dd4954f 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -80,6 +80,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
virtual bool Find(int request_id,
const base::string16& search_text,
const blink::WebFindOptions& options);
+ virtual bool StopFinding(StopFindAction action);
// Provides the delegate with an interface with which to size the guest.
virtual void SetGuestSizer(GuestSizer* guest_sizer) {}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/browser_plugin_guest_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698