| 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 b4ee0cbb5a3e06d6388bcb53dae0380fec6bf922..96ba40c8bb2999d75fb764acf9c604383b030a92 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -266,6 +266,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 mixedContentFoundByTheBrowser(const WebURL& mainResourceUrl,
|
| + const WebURL& mixedContentUrl,
|
| + WebURLRequest::RequestContext,
|
| + bool wasAllowed,
|
| + bool hadRedirect) override;
|
| void sendOrientationChangeEvent() override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
|
|