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 1e3d888c94f0e5e0f996065b9cba4a0503551fe4..af3863ff8ea7e0c8dea39a6cd88743c83e776cd3 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js |
+++ b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js |
@@ -84,6 +84,8 @@ Host.UserMetrics.Action = { |
ConnectToNodeJSFromFrontend: 19, |
ConnectToNodeJSDirectly: 20, |
CpuThrottlingEnabled: 21, |
+ ChangeInspectedNodeInElementsPanel: 22, |
+ StyleRuleCopied: 23, |
}; |
Host.UserMetrics._PanelCodes = { |