| 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 cd1ccec1fef02e470f1d940f3db1e658e0734dda..714dc42d7ea0f46ed708b72d3f4062de223e61f5 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -114,6 +114,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.
|
|
|