[module.json extensions] Migrate profiler actions
Bug: 1134103
Change-Id: I368a84a2e7245d2ec9da50b68e0518ef1bb7ee8b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2596808
Commit-Queue: Andres Olivares <[email protected]>
Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/ui/ActionRegistration.ts b/front_end/ui/ActionRegistration.ts
index e64a4ae..ce2a3c7 100644
--- a/front_end/ui/ActionRegistration.ts
+++ b/front_end/ui/ActionRegistration.ts
@@ -313,6 +313,8 @@
ELEMENTS: ls`Elements`,
SCREENSHOT: ls`Screenshot`,
NETWORK: ls`Network`,
+ MEMORY: ls`Memory`,
+ JAVASCRIPT_PROFILER: ls`JavaScript Profiler`,
};
type ActionCategory = typeof ActionCategory[keyof typeof ActionCategory];
@@ -321,6 +323,7 @@
LARGEICON_NODE_SEARCH = 'largeicon-node-search',
LARGEICON_START_RECORDING = 'largeicon-start-recording',
LARGEICON_STOP_RECORDING = 'largeicon-stop-recording',
+ LARGEICON_REFRESH = 'largeicon-refresh',
}
export const enum KeybindSet {