Commit cedd60cf authored by vitaliii's avatar vitaliii Committed by Commit Bot

[Sync::Scrypt] Enable encryption in fieldtrial_testing_config.json.

Enable scrypt key derivation when setting sync custom passphrase in
testing/variations/fieldtrial_testing_config.json.

Bug: 875901
Change-Id: Idcfb76d8e1c1977875bd401520e665ffb0010399
Reviewed-on: https://chromium-review.googlesource.com/c/1483077
Auto-Submit: vitaliii <vitaliii@chromium.org>
Commit-Queue: Jesse Doherty <jwd@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635246}
parent c9b58d32
...@@ -4818,6 +4818,26 @@ ...@@ -4818,6 +4818,26 @@
] ]
} }
], ],
"SyncScryptCustomPassphrase": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SyncUseScryptForNewCustomPassphrases"
]
}
]
}
],
"SyncUssBookmarks'": [ "SyncUssBookmarks'": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment