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 3075c481e786f8883f5720024eaec1c2d3f1b6d4..1857a20dc25152fe26ecffe3f4a0478c93f3876b 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -118,6 +118,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; |
Fady Samuel
2012/10/16 01:40:00
Does this need to be on a new line? Will it go ove
irobert
2012/10/16 20:10:09
Done.
|
+ |
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
// WebContentsDelegate implementation. |