Skip to content

Commit

Permalink
Enable testing of WebRTC IP Permission Finch
Browse files Browse the repository at this point in the history
This is relanding https://codereview.chromium.org/1380323005/

Previously, the change was reverted due to crbug.com/539921. Particularly, ChromiumPerf/android-nexus5/webrtc.webrtc_cases / vm_private_dirty_final_renderer shows a huge increase.

I had 2 perf run to make sure this doesn't happen
Nexus5
https://codereview.chromium.org/1440093002
Nexus7
https://codereview.chromium.org/1438983003

BUG=538815

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

Cr-Commit-Position: refs/heads/master@{#359560}
  • Loading branch information
guoweis authored and Commit bot committed Nov 13, 2015
1 parent 3b988e3 commit 264c1a2
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 @@ -319,6 +319,11 @@
}
}
],
"WebRTC-LocalIPPermissionCheck": [
{
"group_name": "Enabled"
}
],
"WebRTC-PeerConnectionDTLS1.2": [
{
"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 @@ -110,6 +110,11 @@
}
}
],
"WebRTC-LocalIPPermissionCheck": [
{
"group_name": "Enabled"
}
],
"WebRTC-PeerConnectionDTLS1.2": [
{
"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 @@ -136,6 +136,11 @@
}
}
],
"WebRTC-LocalIPPermissionCheck": [
{
"group_name": "Enabled"
}
],
"WebRTC-PeerConnectionDTLS1.2": [
{
"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 @@ -151,6 +151,11 @@
}
}
],
"WebRTC-LocalIPPermissionCheck": [
{
"group_name": "Enabled"
}
],
"WebRTC-PeerConnectionDTLS1.2": [
{
"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 @@ -230,6 +230,11 @@
}
}
],
"WebRTC-LocalIPPermissionCheck": [
{
"group_name": "Enabled"
}
],
"WebRTC-PeerConnectionDTLS1.2": [
{
"group_name": "Enabled"
Expand Down

0 comments on commit 264c1a2

Please sign in to comment.