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

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

Issue 2630693002: Make ScriptController inherit LocalWindowProxyManager
Patch Set: rebase Created 3 years, 11 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 ba5e83ec3c74373ebf099c4c7e0c0a2c61fe3085..e5f10a51efdc798bf53c0f9c21d0b3be69db35f2 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -41,7 +41,6 @@ namespace blink {
class ChromeClient;
class DOMWindow;
-class DOMWrapperWorld;
class Document;
class FrameClient;
class FrameHost;
@@ -53,7 +52,6 @@ class KURL;
class Page;
class SecurityContext;
class Settings;
-class WindowProxy;
class WindowProxyManagerBase;
struct FrameLoadRequest;
@@ -74,8 +72,6 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
virtual bool isLocalFrame() const = 0;
virtual bool isRemoteFrame() const = 0;
- virtual WindowProxy* windowProxy(DOMWrapperWorld&) = 0;
-
virtual void navigate(Document& originDocument,
const KURL&,
bool replaceCurrentItem,
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698