| 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 093b795e4b7321e7331e757d1561d5b31a554846..2491e0e8514254d898ff1833f899cf4228cb8c96 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -299,9 +299,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,
|
|
|