Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Update Finch configs for StrictSecureCookie field trial.
Browse files Browse the repository at this point in the history
BUG=567867

Review URL: https://codereview.chromium.org/1508853010

Cr-Commit-Position: refs/heads/master@{#364917}
  • Loading branch information
joelweinberger authored and Commit bot committed Dec 12, 2015
1 parent ecbb89e commit 9c249ae
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/variations/fieldtrial_testing_config_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@
"group_name": "v=1:Prefetching=Learning"
}
],
"StrictSecureCookies": [
{
"group_name": "Enabled"
}
],
"SyncHttpContentCompression": [
{
"group_name": "Enabled"
Expand Down
5 changes: 5 additions & 0 deletions testing/variations/fieldtrial_testing_config_chromeos.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
"group_name": "Enabled"
}
],
"StrictSecureCookies": [
{
"group_name": "Enabled"
}
],
"SyncHttpContentCompression": [
{
"group_name": "Enabled"
Expand Down
5 changes: 5 additions & 0 deletions testing/variations/fieldtrial_testing_config_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
"group_name": "Enabled"
}
],
"StrictSecureCookies": [
{
"group_name": "Enabled"
}
],
"SyncHttpContentCompression": [
{
"group_name": "Enabled"
Expand Down
5 changes: 5 additions & 0 deletions testing/variations/fieldtrial_testing_config_mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
"group_name": "Enabled"
}
],
"StrictSecureCookies": [
{
"group_name": "Enabled"
}
],
"SyncHttpContentCompression": [
{
"group_name": "Enabled"
Expand Down
5 changes: 5 additions & 0 deletions testing/variations/fieldtrial_testing_config_win.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@
"group_name": "enforce_always_with_extensions_and_dse"
}
],
"StrictSecureCookies": [
{
"group_name": "Enabled"
}
],
"SyncHttpContentCompression": [
{
"group_name": "Enabled"
Expand Down

0 comments on commit 9c249ae

Please sign in to comment.