| 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 2de42029a108a1cf4d9f7dfe84dc140bf0c89358..3afa61654b70e305dce24a1c5442cf4903d796a8 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -248,6 +248,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| void SetDevToolsAgentClient(WebDevToolsAgentClient*) override;
|
| WebDevToolsAgent* DevToolsAgent() override;
|
| WebLocalFrameImpl* LocalRoot() override;
|
| + WebFrame* FindFrameByName(const WebString& name) override;
|
| void SendPings(const WebURL& destination_url) override;
|
| bool DispatchBeforeUnloadEvent(bool) override;
|
| WebURLRequest RequestFromHistoryItem(const WebHistoryItem&,
|
|
|