Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
index 381ae74cb36015eb187a27d3e798ee532244dc72..59dea515bb774d17b48acc3a8571d7651faaf588 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -118,6 +118,7 @@ public: |
void didDisplayContentWithCertificateErrors(const KURL&, const CString& securityInfo, const WebURL& mainResourceUrl, const CString& mainResourceSecurityInfo) override; |
void didRunContentWithCertificateErrors(const KURL&, const CString& securityInfo, const WebURL& mainResourceUrl, const CString& mainResourceSecurityInfo) override; |
void didChangePerformanceTiming() override; |
+ void didUseExperiment(WebExperimentData) override; |
void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) override; |
RawPtr<DocumentLoader> createDocumentLoader(LocalFrame*, const ResourceRequest&, const SubstituteData&) override; |
WTF::String userAgent() override; |