chore: implement GetSurveyAPIKey

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2362182
This commit is contained in:
Samuel Attard
2020-09-16 14:14:18 -07:00
parent 2362539b23
commit 6c539bc6fc

View File

@@ -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);