commit | d7b94d61efca6588cd8b7cb2058acf7e1ebd1812 | [log] [tgz] |
---|---|---|
author | Andres Olivares <[email protected]> | Mon Dec 14 21:01:38 2020 |
committer | Commit Bot <[email protected]> | Mon Dec 14 21:33:26 2020 |
tree | 91dcab635e4922bdf9eb3a198211834c3100d137 | |
parent | b9e29f68c2686a10b51d712dd223652448d43709 [diff] [blame] |
[module.json extensions] Migrate network actions Bug: 1134103 Change-Id: I7b0860666042035546d6a78e4c659f5f2a5d2ca0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2584529 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 48c477d..e64a4ae 100644 --- a/front_end/ui/ActionRegistration.ts +++ b/front_end/ui/ActionRegistration.ts
@@ -312,12 +312,15 @@ export const ActionCategory = { ELEMENTS: ls`Elements`, SCREENSHOT: ls`Screenshot`, + NETWORK: ls`Network`, }; type ActionCategory = typeof ActionCategory[keyof typeof ActionCategory]; export const enum IconClass { LARGEICON_NODE_SEARCH = 'largeicon-node-search', + LARGEICON_START_RECORDING = 'largeicon-start-recording', + LARGEICON_STOP_RECORDING = 'largeicon-stop-recording', } export const enum KeybindSet {