6568811: Add FunctionCall structured metrics event for DevTools

Refs https://chromium-review.googlesource.com/c/chromium/src/+/6568811
This commit is contained in:
Samuel Maddock
2025-05-29 12:15:30 -04:00
parent 0f78c3f91f
commit 272edc7435

View File

@@ -182,6 +182,7 @@ class InspectableWebContents
void RecordChange(const ChangeEvent& event) override {}
void RecordKeyDown(const KeyDownEvent& event) override {}
void RecordSettingAccess(const SettingAccessEvent& event) override {}
void RecordFunctionCall(const FunctionCallEvent& event) override {}
void ShowSurvey(DispatchCallback callback,
const std::string& trigger) override {}
void CanShowSurvey(DispatchCallback callback,