Index: trunk/src/content/public/browser/browser_plugin_guest_delegate.h |
=================================================================== |
--- trunk/src/content/public/browser/browser_plugin_guest_delegate.h (revision 222122) |
+++ trunk/src/content/public/browser/browser_plugin_guest_delegate.h (working copy) |
@@ -39,9 +39,6 @@ |
// 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| |