| 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..3cb9270fac9c598e45088a502eb925cbdb60997c 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 valid |url| was dropped over the guest.
|
| + virtual void DidDropLink(const GURL& url) {}
|
| +
|
| // Notification that the BrowserPlugin has resized.
|
| virtual void ElementSizeChanged(const gfx::Size& size) {}
|
|
|
|
|