| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index f56e1f5fb39394283948f8651ec6614132c827a2..0d9ec58a9d00d7c2233c5a7d9b0625c85282cbd5 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -239,7 +239,6 @@ public:
|
| // Checks if there is an opened popup, called by RenderMenuList::showPopup().
|
| virtual bool hasOpenedPopup() const = 0;
|
| virtual PassRefPtr<PopupMenu> createPopupMenu(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;
|
| @@ -247,7 +246,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().
|
|
|