| 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 2ac01c89661e8706701b149cb3542732c7c46fcc..a56c944f67d45c6c43998117ffa29a046ce33188 100644 | 
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h | 
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h | 
| @@ -267,6 +267,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; | 
|  |