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 9776b59b13d757c3d7ee52f1e65e0264782bf42b..517609e40aea1cbd160751c69967bc5a4f424ea0 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -118,6 +118,8 @@ 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. |