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

Unified Diff: public/web/WebRemoteFrameClient.h

Issue 1176843006: Move window.close implementation to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. 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
« Source/web/tests/WebFrameTest.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRemoteFrameClient.h
diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h
index e11ca39968867b78b89b4e48da19e2ce85dea1bb..3d437cd2e8482ebb24f434c1187e0623a6414c29 100644
--- a/public/web/WebRemoteFrameClient.h
+++ b/public/web/WebRemoteFrameClient.h
@@ -39,6 +39,7 @@ public:
// A remote frame was asked to start a navigation.
virtual void navigate(const WebURLRequest& request, bool shouldReplaceCurrentEntry) { }
virtual void reload(bool ignoreCache, bool isClientRedirect) { }
+ virtual void close() { }
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.
« Source/web/tests/WebFrameTest.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698