[module.json extensions] emulation actions
Bug: 1134103
Change-Id: I823bee9a742646e95c605a041d1f92dfff38098e
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2648015
Commit-Queue: Andres Olivares <[email protected]>
Reviewed-by: Tim van der Lippe <[email protected]>
diff --git a/front_end/ui/ActionRegistration.ts b/front_end/ui/ActionRegistration.ts
index c4040c2..268a480 100644
--- a/front_end/ui/ActionRegistration.ts
+++ b/front_end/ui/ActionRegistration.ts
@@ -318,6 +318,8 @@
JAVASCRIPT_PROFILER: ls`JavaScript Profiler`,
CONSOLE: ls`Console`,
PERFORMANCE: ls`Performance`,
+ MOBILE: ls`Mobile`,
+ SENSORS: ls`Sensors`,
};
type ActionCategory = typeof ActionCategory[keyof typeof ActionCategory];
@@ -329,6 +331,7 @@
LARGEICON_REFRESH = 'largeicon-refresh',
LARGEICON_CLEAR = 'largeicon-clear',
LARGEICON_VISIBILITY = 'largeicon-visibility',
+ LARGEICON_PHONE = 'largeicon-phone',
}
export const enum KeybindSet {