From 16e49fb8af7aacfd8e32b232eaf1e736bb3269f1 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 27 Sep 2016 13:45:11 -0400 Subject: [PATCH] Update to Chromium version 53.0.2785.116 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/content_nav_1129.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }