| 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 cecca6de166bdef20bd3fb02d0282830af6e9146..12a4f4106d88672360380a3d3b9fa6621c3f79f5 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -154,6 +154,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver {
|
| virtual void DidCommitProvisionalLoadForFrame(
|
| RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
| + bool url_is_unreachable,
|
| ui::PageTransition transition_type) OVERRIDE;
|
|
|
| virtual void RenderViewReady() OVERRIDE;
|
|
|