diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-10 07:18:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-03-10 10:09:41 +0000 |
commit | 0c8c16bcbd27ce5593911a5368dd7d45892b5306 (patch) | |
tree | 875746535131474f20383b859d7cab22021b9f64 /community/chromium/upstream-sync-enable-USSPasswords-by-default.patch | |
parent | 9a9c92814f4cdfb6c0e0ea64de80dd6fc6768354 (diff) | |
download | aports-0c8c16bcbd27ce5593911a5368dd7d45892b5306.tar.bz2 aports-0c8c16bcbd27ce5593911a5368dd7d45892b5306.tar.xz |
community/chromium: fix build and upgrade to 80.0.3987.122
Diffstat (limited to 'community/chromium/upstream-sync-enable-USSPasswords-by-default.patch')
-rw-r--r-- | community/chromium/upstream-sync-enable-USSPasswords-by-default.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/community/chromium/upstream-sync-enable-USSPasswords-by-default.patch b/community/chromium/upstream-sync-enable-USSPasswords-by-default.patch new file mode 100644 index 0000000000..5f3131c900 --- /dev/null +++ b/community/chromium/upstream-sync-enable-USSPasswords-by-default.patch @@ -0,0 +1,28 @@ +From eb997db5527c01fd12c321a6abc52b7cff882e50 Mon Sep 17 00:00:00 2001 +From: Mohamed Amir Yosef <mamir@chromium.org> +Date: Thu, 9 Jan 2020 21:22:19 +0000 +Subject: [PATCH] [Sync] Enable USSPasswords by default + +Change-Id: I021cd952d7a2917a8fb7203cabdac612251193df +Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963804 +Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> +Reviewed-by: Mikel Astiz <mastiz@chromium.org> +Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> +Cr-Commit-Position: refs/heads/master@{#729902} +--- + components/sync/driver/sync_driver_switches.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/components/sync/driver/sync_driver_switches.cc b/components/sync/driver/sync_driver_switches.cc +index ddff8b91419..999384aa68a 100644 +--- components/sync/driver/sync_driver_switches.cc ++++ components/sync/driver/sync_driver_switches.cc +@@ -55,7 +55,7 @@ const base::Feature kStopSyncInPausedState{"StopSyncInPausedState", + + // Enable USS implementation of Passwords datatype. + const base::Feature kSyncUSSPasswords{"SyncUSSPasswords", +- base::FEATURE_DISABLED_BY_DEFAULT}; ++ base::FEATURE_ENABLED_BY_DEFAULT}; + + // Enable USS implementation of Nigori datatype. + const base::Feature kSyncUSSNigori{"SyncUSSNigori", |