| 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 dc45e376662ecf3cf0a21410adac859ec00ce18c..1583f51ff87e3b19183eda95c3c768889ffbafb3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
|
| @@ -109,7 +109,8 @@ Host.UserMetrics._PanelCodes = {
|
| 'drawer-sensors': 14,
|
| 'drawer-sources.search': 15,
|
| security: 16,
|
| - js_profiler: 17
|
| + js_profiler: 17,
|
| + audits2: 18,
|
| };
|
|
|
| /** @type {!Host.UserMetrics} */
|
|
|