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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2119283004: Remove unused helpers to selectively traverse through only local frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/Source/web/WebLocalFrameImpl.cpp ('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/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 981d53b8ccccb59098393a73f53e47a17c1b73b9..cb307e793d5eb9ea7e67c423c55f2cd5e8e705c1 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -67,11 +67,6 @@ public:
// Get the highest-level LocalFrame in this frame's in-process subtree.
virtual WebLocalFrame* localRoot() = 0;
- // Returns the previous/next local frame in "frame traversal order",
- // optionally wrapping around.
- virtual WebLocalFrame* traversePreviousLocal(bool wrap) const = 0;
- virtual WebLocalFrame* traverseNextLocal(bool wrap) const = 0;
-
// Navigation Ping --------------------------------------------------------
virtual void sendPings(const WebURL& destinationURL) = 0;
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698