Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js

Issue 2857363003: [DevTools] Move Audits 2.0 out of experiment, rename to Audits (Closed)
Patch Set: user metrics Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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} */

Powered by Google App Engine
This is Rietveld 408576698