| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index 217e11c7457f8781e86805d8a7aee7ebe9b06811..918ad19e310f652018e05115bab061f1a038c9f5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -223,6 +223,9 @@ Main.Main = class {
|
| new Main.ExecutionContextSelector(SDK.targetManager, UI.context);
|
| Bindings.blackboxManager = new Bindings.BlackboxManager(Bindings.debuggerWorkspaceBinding);
|
|
|
| + MobileThrottling.cpuThrottlingManager = new MobileThrottling.CPUThrottlingManager();
|
| + MobileThrottling.trackNetworkConditions();
|
| +
|
| new Main.Main.PauseListener();
|
| new Main.Main.InspectedNodeRevealer();
|
| new Main.NetworkPanelIndicator();
|
|
|