Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index 1e48d48f15d0de8bc8d0ad4357bfea4976d9b821..28c9b60481497f6298151d13df1953ffd482e91c 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -264,6 +264,12 @@ class WEB_EXPORT WebLocalFrameImpl final |
bool isNavigationScheduledWithin(double interval) const override; |
void setCommittedFirstRealLoad() override; |
void setHasReceivedUserGesture() override; |
+ void blinkFeatureUsageReport(const std::set<int>& features) override; |
+ void mixedContentFound(const WebURL& mainResourceUrl, |
+ const WebURL& mixedContentUrl, |
+ WebURLRequest::RequestContext, |
+ bool wasAllowed, |
+ bool hadRedirect) override; |
void sendOrientationChangeEvent() override; |
WebSandboxFlags effectiveSandboxFlags() const override; |
void forceSandboxFlags(WebSandboxFlags) override; |