| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 21cd93efb16d4780f1bde064cb3b1da6ee725138..b1660c6cc237dc795ed7eba70ec878cab7628699 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -564,7 +564,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| const GURL& url) override;
|
| void Close(RenderViewHost* render_view_host) override;
|
| void RequestMove(const gfx::Rect& new_bounds) override;
|
| - void DidCancelLoading() override;
|
| void DocumentAvailableInMainFrame(RenderViewHost* render_view_host) override;
|
| void RouteCloseEvent(RenderViewHost* rvh) override;
|
| bool DidAddMessageToConsole(int32_t level,
|
| @@ -882,6 +881,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| CrossSiteIframeAccessibility);
|
| FRIEND_TEST_ALL_PREFIXES(WebContentsImplBrowserTest,
|
| JavaScriptDialogsInMainAndSubframes);
|
| + FRIEND_TEST_ALL_PREFIXES(WebContentsImplBrowserTest,
|
| + DismissingBeforeUnloadDialogInvalidatesUrl);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest,
|
| IframeBeforeUnloadParentHang);
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest,
|
|
|