| Index: third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| index e947a4dbd7f73e6023935803ea01a0c3d2aac5b8..1e3d888c94f0e5e0f996065b9cba4a0503551fe4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| @@ -83,6 +83,7 @@ Host.UserMetrics.Action = {
|
| TimelinePageReloadStarted: 18,
|
| ConnectToNodeJSFromFrontend: 19,
|
| ConnectToNodeJSDirectly: 20,
|
| + CpuThrottlingEnabled: 21,
|
| };
|
|
|
| Host.UserMetrics._PanelCodes = {
|
|
|