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

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

Issue 2392843002: Remove WindowProxy::isGlobalInitialized(). (DO NOT COMMIT YET) (Closed)
Patch Set: . Created 4 years, 2 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 3c1b9143e3451afbc46ed08417c2ac5e6f288838..554341a70521c37fa9e136269d26961570131168 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -117,6 +117,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
bool shouldClose() override;
SecurityContext* securityContext() const override;
void printNavigationErrorMessage(const Frame&, const char* reason) override;
+ WindowProxyManager* getWindowProxyManager() const override;
bool prepareForCommit() override;
void didChangeVisibilityState() override;
@@ -223,8 +224,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
LocalFrame(FrameLoaderClient*, FrameHost*, FrameOwner*, InterfaceProvider*);
- // Internal Frame helper overrides:
- WindowProxyManager* getWindowProxyManager() const override;
// Intentionally private to prevent redundant checks when the type is
// already LocalFrame.
bool isLocalFrame() const override { return true; }
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698