mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
6568811: Add FunctionCall structured metrics event for DevTools
Refs https://chromium-review.googlesource.com/c/chromium/src/+/6568811
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user