summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-19 18:50:31 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-19 18:50:31 +0000
commite371268691cc01617f4ce0ea702c4eb3be6830b3 (patch)
tree655c5ee7eab979e253c61a0ece1324480220d3d3
parent5e4fd6eae5a915f150128ee2318da6dda67d38cd (diff)
downloadasb-e371268691cc01617f4ce0ea702c4eb3be6830b3.tar.gz
asb-e371268691cc01617f4ce0ea702c4eb3be6830b3.tar.xz
Initial revision
-rw-r--r--chromium/build/patches/chromium_sync-enable-usspasswords-by-default.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_sync-enable-usspasswords-by-default.patch b/chromium/build/patches/chromium_sync-enable-usspasswords-by-default.patch
new file mode 100644
index 00000000..5f4ffc7f
--- /dev/null
+++ b/chromium/build/patches/chromium_sync-enable-usspasswords-by-default.patch
@@ -0,0 +1,29 @@
+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
+--- a/components/sync/driver/sync_driver_switches.cc
++++ b/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",
+