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

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

Issue 434403003: [DevTools] Add user metric action DeviceModeEnabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « LayoutTests/inspector/user-metrics-expected.txt ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/host/UserMetrics.js
diff --git a/Source/devtools/front_end/host/UserMetrics.js b/Source/devtools/front_end/host/UserMetrics.js
index 5690d912cfb22999e2d5a4e8e0503da8c1a267d2..cecee8b42c5a93e9f99ea06f432c7c66b1dade96 100644
--- a/Source/devtools/front_end/host/UserMetrics.js
+++ b/Source/devtools/front_end/host/UserMetrics.js
@@ -52,7 +52,8 @@ WebInspector.UserMetrics._ActionCodes = {
ProfilesHeapProfileTaken: 6,
AuditsStarted: 7,
ConsoleEvaluated: 8,
- FileSavedInWorkspace: 9
+ FileSavedInWorkspace: 9,
+ DeviceModeEnabled: 10
}
WebInspector.UserMetrics._PanelCodes = {
« no previous file with comments | « LayoutTests/inspector/user-metrics-expected.txt ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698