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 c7a18c64f5ccb65401a79289f4ba252ab6092c39..9500c0c13181239b37757e15da3da7c344112c94 100644 |
--- a/content/public/browser/browser_plugin_guest_delegate.h |
+++ b/content/public/browser/browser_plugin_guest_delegate.h |
@@ -39,6 +39,9 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate { |
// gracefully. |
virtual void GuestProcessGone(base::TerminationStatus status) {} |
+ // Informs the delegate that the embedder has been destroyed. |
+ virtual void EmbedderDestroyed() {} |
+ |
virtual bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
// Notification that a load in the guest resulted in abort. Note that |url| |