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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.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/core/frame/Frame.h
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
index 4aa31fb7b787f48eb5d7799d0135ddabf8ec6c2b..e61b3c69053b05419a8d54d4ecd25b8a2f38f988 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -105,7 +105,6 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
virtual SecurityContext* GetSecurityContext() const = 0;
- Frame* FindFrameForNavigation(const AtomicString& name, Frame& active_frame);
Frame* FindUnsafeParentScrollPropagationBoundary();
// This prepares the Frame for the next commit. It will detach children,

Powered by Google App Engine
This is Rietveld 408576698