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

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

Issue 1176843006: Move window.close implementation to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and move backForwardHistory to FrameClient. 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/RemoteDOMWindow.h
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
index a401a9f15e1ddf2398729b8712761f3966d87a7b..62a8af94eae215d589a157543da3b30554324c6c 100644
--- a/Source/core/frame/RemoteDOMWindow.h
+++ b/Source/core/frame/RemoteDOMWindow.h
@@ -57,7 +57,6 @@ public:
DOMSelection* getSelection() override;
void focus(ExecutionContext* = 0) override;
void blur() override;
- void close(ExecutionContext* = 0) override;
void print() override;
void stop() override;
void alert(const String& message = String()) override;

Powered by Google App Engine
This is Rietveld 408576698