Skip to content

Commit 868bcc4

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Update devtools_compatibility to include new badge registration
Back-end change: https://crrev.com/c/6818486 Bug: 427371633 Change-Id: Ice2866d89fc4a7411fcc29892352335fb06fac3e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6818991 Auto-Submit: Kim-Anh Tran <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 7848024 commit 868bcc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

front_end/devtools_compatibility.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,14 @@ const InspectorFrontendHostImpl = class {
789789
DevToolsAPI.sendMessageToEmbedder('recordPerformanceHistogram', [histogramName, duration], null);
790790
}
791791

792+
/**
793+
* @override
794+
* @param featureName
795+
*/
796+
recordNewBadgeUsage(featureName) {
797+
DevToolsAPI.sendMessageToEmbedder('recordNewBadgeUsage', [featureName], null);
798+
}
799+
792800
/**
793801
* @override
794802
* @param umaName

0 commit comments

Comments
 (0)