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 985064c1dec1f995c9946b02357386b31f5beb0a..3cecd45f2f56db7ab05c7e210f804d88aeec0a1c 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -109,6 +109,10 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver, |
const GURL& url, |
PageTransition transition_type, |
RenderViewHost* render_view_host) OVERRIDE; |
+ virtual void DidFinishLoad(int64 frame_id, |
+ const GURL& validated_url, |
+ bool is_main_frame, |
+ RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
// WebContentsDelegate implementation. |