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

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

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index a6cf28ee66cc7899f1bea42f5e0267bce77ccdbc..2f46f2315e9cded9c2791f78cde3de3c91222553 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -156,8 +156,6 @@ public:
unsigned pendingUnloadEventListeners() const;
- static IntRect adjustWindowRect(LocalFrame&, const IntRect& pendingChanges);
-
bool allowPopUp(); // Call on first window, not target window.
static bool allowPopUp(LocalFrame& firstFrame);

Powered by Google App Engine
This is Rietveld 408576698