| Index: third_party/WebKit/Source/devtools/front_end/Tests.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Tests.js b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| index 91d725f8edd7338da54e3bacc04358373a2ec35b..a05bc5a1a77cfd3750deb9a203bf0a9c4fed0b32 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Tests.js
|
| @@ -697,19 +697,19 @@
|
|
|
| function step1() {
|
| testPreset(
|
| - MobileThrottling.NetworkConditionsSelector.presets[0],
|
| + MobileThrottling.ThrottlingSelector.presets[0],
|
| ['offline event: online = false', 'connection change event: type = none; downlinkMax = 0'], step2);
|
| }
|
|
|
| function step2() {
|
| testPreset(
|
| - MobileThrottling.NetworkConditionsSelector.presets[1],
|
| + MobileThrottling.ThrottlingSelector.presets[1],
|
| ['online event: online = true', 'connection change event: type = cellular; downlinkMax = 0.390625'], step3);
|
| }
|
|
|
| function step3() {
|
| testPreset(
|
| - MobileThrottling.NetworkConditionsSelector.presets[2],
|
| + MobileThrottling.ThrottlingSelector.presets[2],
|
| ['connection change event: type = cellular; downlinkMax = 1.4400000000000002'],
|
| test.releaseControl.bind(test));
|
| }
|
|
|