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

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

Issue 2907663004: FrameTree::Find only searches relative to local frames. (Closed)
Patch Set: . 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 45d7d631b406600567e6a0dd4bbff36a824d2ecb..3a221b08f2c79df9dcdc5558bb202800204ed9c4 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -244,6 +244,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&,

Powered by Google App Engine
This is Rietveld 408576698