Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2907663004: FrameTree::Find only searches relative to local frames. (Closed)
Patch Set: Rebasing... Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,
« no previous file with comments | « third_party/WebKit/Source/core/page/FrameTree.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698