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

Unified Diff: third_party/WebKit/public/web/WebView.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
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 04b8b90c8a0fbc9b33214d4ef13ba1f10e0fa037..d65c95538989fdce60ec4039cbff2fa5a9e2501e 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -174,15 +174,6 @@ class WebView : protected WebWidget {
virtual WebFrame* MainFrame() = 0;
- // Returns the frame identified by the given name. This method
- // supports pseudo-names like _self, _top, and _blank. It traverses
- // the entire frame tree containing this tree looking for a frame that
- // matches the given name. If the optional relativeToFrame parameter
- // is specified, then the search begins with the given frame and its
- // children.
- virtual WebFrame* FindFrameByName(const WebString& name,
- WebFrame* relative_to_frame = 0) = 0;
-
// Focus ---------------------------------------------------------------
virtual WebLocalFrame* FocusedFrame() = 0;
« no previous file with comments | « third_party/WebKit/public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698