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 3c8254fa1d3e396818ff939dda40ed133e27d069..1ef1cbb55b0b50e69b7e8d354ca161947f4035d1 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -111,6 +111,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver, |
const GURL& url, |
PageTransition transition_type, |
RenderViewHost* render_view_host) OVERRIDE; |
+ virtual void DidStopLoading( |
+ RenderViewHost* render_view_host) OVERRIDE; |
+ |
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
// WebContentsDelegate implementation. |