Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index c8579139b6d02ae715af280fa8dcde1a58c80acf..eb6a503f944b233894c7c283cda36dd805da3988 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -298,9 +298,6 @@ class CONTENT_EXPORT BrowserPluginGuest |
base::SharedMemory* GetDamageBufferFromEmbedder( |
const BrowserPluginHostMsg_ResizeGuest_Params& params); |
- // Called after the load handler is called in the guest's main frame. |
- void LoadHandlerCalled(); |
- |
// Called when a redirect notification occurs. |
void LoadRedirect(const GURL& old_url, |
const GURL& new_url, |