Release 81.0.4044.83

This commit is contained in:
csagan5 2020-04-01 00:02:24 +02:00
parent 7f15412ae0
commit 3c510a3a8e
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
# 81.0.4044.83
# 81.0.4044.76
# 81.0.4044.70

View file

@ -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.