| 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 156a1caee4410df9ad6eea79f48a68a89ea88ff2..e947a4dbd7f73e6023935803ea01a0c3d2aac5b8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| @@ -80,7 +80,9 @@ Host.UserMetrics.Action = {
|
| CommandEvaluatedInConsolePanel: 15,
|
| DOMPropertiesExpanded: 16,
|
| ResizedViewInResponsiveMode: 17,
|
| - TimelinePageReloadStarted: 18
|
| + TimelinePageReloadStarted: 18,
|
| + ConnectToNodeJSFromFrontend: 19,
|
| + ConnectToNodeJSDirectly: 20,
|
| };
|
|
|
| Host.UserMetrics._PanelCodes = {
|
|
|