Chromium Code Reviews| 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) {} |