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

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

Issue 2617553002: DevTools: Split Timeline started UMA metric into two parts. (Closed)
Patch Set: update the test. Created 3 years, 11 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 185fc5970c6ba3fa762fdbec2f260c7a8159645e..2e7c108372d6b9846a24db683918df19689a1e00 100644
--- a/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
+++ b/third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js
@@ -79,7 +79,8 @@ Host.UserMetrics.Action = {
StyleRuleEdited: 14,
CommandEvaluatedInConsolePanel: 15,
DOMPropertiesExpanded: 16,
- ResizedViewInResponsiveMode: 17
+ ResizedViewInResponsiveMode: 17,
+ TimelinePageReloadStarted: 18
};
Host.UserMetrics._PanelCodes = {

Powered by Google App Engine
This is Rietveld 408576698