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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

Issue 945333002: Implement <webview> droplink event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_bpe
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 31250d6d506e00aecd687a81707bd1c17dd4954f..3002add98fdcbf6801084d8e1b42e121cf991b65 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -51,6 +51,9 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
// Notification that the guest has detached from its container.
virtual void DidDetach() {}
+ // Notification that a link was dropped over the guest.
lazyboy 2015/02/23 17:11:10 Stress in the comment that |url| has to be valid (
Fady Samuel 2015/02/23 19:57:07 Done.
+ virtual void DidDropLink(const GURL& url) {}
+
// Notification that the BrowserPlugin has resized.
virtual void ElementSizeChanged(const gfx::Size& size) {}

Powered by Google App Engine
This is Rietveld 408576698