| 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 5c8a850034753b73c6615c4d46f5ec2dbe4b9627..832a511e0485052b894fc45c2c29d0a892bcc36b 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;
|
|
|