diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index a6c9d5df9..0b34c95c2 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/53.0.2785.101', + 'chromium_checkout': 'refs/tags/53.0.2785.116', } diff --git a/patch/patches/content_nav_1129.patch b/patch/patches/content_nav_1129.patch index 1ba51d1a3..2f5d44bdb 100644 --- a/patch/patches/content_nav_1129.patch +++ b/patch/patches/content_nav_1129.patch @@ -39,10 +39,10 @@ index 9ad5aef..957ef88 100644 // built in media player for the given |url|. Defaults to false. virtual bool ShouldUseMediaPlayerForURL(const GURL& url); diff --git renderer/render_frame_impl.cc renderer/render_frame_impl.cc -index faa00b7..9140311 100644 +index 52ce7e7..9deb89d 100644 --- renderer/render_frame_impl.cc +++ renderer/render_frame_impl.cc -@@ -4909,7 +4909,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation( +@@ -4916,7 +4916,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation( (pending_navigation_params_ && !pending_navigation_params_->request_params.redirects.empty()); @@ -50,7 +50,7 @@ index faa00b7..9140311 100644 // The handlenavigation API is deprecated and will be removed once // crbug.com/325351 is resolved. if (GetContentClient()->renderer()->HandleNavigation( -@@ -4918,7 +4917,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation( +@@ -4925,7 +4924,6 @@ WebNavigationPolicy RenderFrameImpl::decidePolicyForNavigation( is_redirect)) { return blink::WebNavigationPolicyIgnore; }