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

Unified Diff: Source/core/frame/RemoteFrameClient.h

Issue 1176843006: Move window.close implementation to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/core/frame/RemoteFrameClient.h
diff --git a/Source/core/frame/RemoteFrameClient.h b/Source/core/frame/RemoteFrameClient.h
index bd823b21595886b2e098e24b7c7f241d9422fba8..2122848b5a099e0b5690bc30b5c8d87557286ecf 100644
--- a/Source/core/frame/RemoteFrameClient.h
+++ b/Source/core/frame/RemoteFrameClient.h
@@ -19,6 +19,7 @@ public:
virtual void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) = 0;
virtual void reload(ReloadPolicy, ClientRedirectPolicy) = 0;
+ virtual void close() = 0;
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.

Powered by Google App Engine
This is Rietveld 408576698