mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: implement GetSurveyAPIKey
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2362182
This commit is contained in:
@@ -151,6 +151,7 @@ class InspectableWebContents
|
||||
void RecordPerformanceHistogram(const std::string& name,
|
||||
double duration) override {}
|
||||
void RecordUserMetricsAction(const std::string& name) override {}
|
||||
void GetSurveyAPIKey(const DispatchCallback& callback) override {}
|
||||
|
||||
// content::DevToolsFrontendHostDelegate:
|
||||
void HandleMessageFromDevToolsFrontend(const std::string& message);
|
||||
|
||||
Reference in New Issue
Block a user