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

Unified Diff: third_party/WebKit/public/web/WebView.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/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index e790df6eb89b0be2e1ce282e0374dcf8d8c08b6a..888d0fb33b982d421aafc04baf75bd032a8c0498 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;

Powered by Google App Engine
This is Rietveld 408576698