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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2702273004: bindings: Simplifies WindowProxyManager and its relation to Frame. (Closed)
Patch Set: Fixed WindowProxyManager::createWindowProxy(ForFrame). Created 3 years, 9 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/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index da489be69d7225e125b14e155c80f18b26159259..985d1e9524c3da78cc730dd0799fe99bb36dce5f 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -107,7 +107,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
// Frame overrides:
~LocalFrame() override;
DECLARE_VIRTUAL_TRACE();
- WindowProxy* windowProxy(DOMWrapperWorld&) override;
void navigate(Document& originDocument,
const KURL&,
bool replaceCurrentItem,
@@ -232,8 +231,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
InterfaceProvider*,
InterfaceRegistry*);
- // Internal Frame helper overrides:
- WindowProxyManagerBase* getWindowProxyManager() const override;
// Intentionally private to prevent redundant checks when the type is
// already LocalFrame.
bool isLocalFrame() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698