From 3c510a3a8eec6f74452ca65c7bc0c095c5cdf8d6 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:02:24 +0200 Subject: [PATCH] Release 81.0.4044.83 --- CHANGELOG.md | 2 ++ build/patches/Automated-domain-substitution.patch | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 839662a0..b63146a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 81.0.4044.83 + # 81.0.4044.76 # 81.0.4044.70 diff --git a/build/patches/Automated-domain-substitution.patch b/build/patches/Automated-domain-substitution.patch index 79995751..52f82528 100644 --- a/build/patches/Automated-domain-substitution.patch +++ b/build/patches/Automated-domain-substitution.patch @@ -16311,7 +16311,7 @@ diff --git a/chrome/browser/supervised_user/supervised_user_error_page/resources diff --git a/chrome/browser/supervised_user/supervised_user_service.cc b/chrome/browser/supervised_user/supervised_user_service.cc --- a/chrome/browser/supervised_user/supervised_user_service.cc +++ b/chrome/browser/supervised_user/supervised_user_service.cc -@@ -81,7 +81,7 @@ namespace { +@@ -82,7 +82,7 @@ namespace { // The URL from which to download a host blacklist if no local one exists yet. const char kBlacklistURL[] = @@ -50194,7 +50194,7 @@ diff --git a/remoting/host/it2me/com.google.chrome.remote_assistance-firefox.jso diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py --- a/remoting/host/linux/linux_me2me_host.py +++ b/remoting/host/linux/linux_me2me_host.py -@@ -1334,7 +1334,7 @@ def watch_for_resolution_changes(initial_size): +@@ -1339,7 +1339,7 @@ def watch_for_resolution_changes(initial_size): def main(): EPILOG = """This script is not intended for use by end-users. To configure Chrome Remote Desktop, please install the app from the Chrome @@ -87611,7 +87611,7 @@ diff --git a/third_party/sqlite/amalgamation/sqlite3.c b/third_party/sqlite/amal */ rc = sqlite3OsSync(pPager->jfd, pPager->syncFlags); } -@@ -159114,7 +159114,7 @@ SQLITE_API int sqlite3_config(int op, ...){ +@@ -159120,7 +159120,7 @@ SQLITE_API int sqlite3_config(int op, ...){ */ case SQLITE_CONFIG_LOG: { /* MSVC is picky about pulling func ptrs from va lists. @@ -87620,7 +87620,7 @@ diff --git a/third_party/sqlite/amalgamation/sqlite3.c b/third_party/sqlite/amal ** sqlite3GlobalConfig.xLog = va_arg(ap, void(*)(void*,int,const char*)); */ typedef void(*LOGFUNC_t)(void*,int,const char*); -@@ -162503,7 +162503,7 @@ SQLITE_API int sqlite3_test_control(int op, ...){ +@@ -162509,7 +162509,7 @@ SQLITE_API int sqlite3_test_control(int op, ...){ */ case SQLITE_TESTCTRL_FAULT_INSTALL: { /* MSVC is picky about pulling func ptrs from va lists.