Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index f497b085c4929445ca55143c7c4e8958576271b6..41c3bc9a40d093ab2e6fb26f323e821ca2f435a9 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -291,7 +291,6 @@ public: |
virtual bool hasOpenedPopup() const = 0; |
virtual PassRefPtr<PopupMenu> createPopupMenu(PopupMenuClient*) const = 0; |
virtual PassRefPtr<SearchPopupMenu> createSearchPopupMenu(PopupMenuClient*) const = 0; |
-#if ENABLE(PAGE_POPUP) |
// Creates a PagePopup object, and shows it beside originBoundsInRootView. |
// The return value can be 0. |
virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0; |
@@ -299,7 +298,6 @@ public: |
// For testing. |
virtual void setPagePopupDriver(PagePopupDriver*) = 0; |
virtual void resetPagePopupDriver() = 0; |
-#endif |
// This function is called whenever a text field <input> is created. The |
// implementation should return true if it wants to do something in |
// addTextFieldDecorationsTo(). |