Skip to content

Commit

Permalink
Add AutomaticTabDiscarding feature to testing configs.
Browse files Browse the repository at this point in the history
BUG=551995,514340

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

Cr-Commit-Position: refs/heads/master@{#368363}
  • Loading branch information
georgesak authored and Commit bot committed Jan 8, 2016
1 parent d1a2d10 commit fa9031a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/variations/fieldtrial_testing_config_mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
],
"AutomaticTabDiscarding": [
{
"enable_features": [
"AutomaticTabDiscarding"
],
"group_name": "Enabled_Once"
}
],
Expand Down
3 changes: 3 additions & 0 deletions testing/variations/fieldtrial_testing_config_win.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"AutomaticTabDiscarding": [
{
"enable_features": [
"AutomaticTabDiscarding"
],
"group_name": "Enabled_Once"
}
],
Expand Down

0 comments on commit fa9031a

Please sign in to comment.