Index: Source/WebKit/chromium/src/ChromeClientImpl.h |
diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.h b/Source/WebKit/chromium/src/ChromeClientImpl.h |
index de9a432647b38cb8ba93bff80ba514bd521cf460..87ac054ebc42033329266d0a74bb413ffe0574e0 100644 |
--- a/Source/WebKit/chromium/src/ChromeClientImpl.h |
+++ b/Source/WebKit/chromium/src/ChromeClientImpl.h |
@@ -194,12 +194,10 @@ public: |
virtual bool hasOpenedPopup() const OVERRIDE; |
virtual PassRefPtr<WebCore::PopupMenu> createPopupMenu(WebCore::PopupMenuClient*) const; |
virtual PassRefPtr<WebCore::SearchPopupMenu> createSearchPopupMenu(WebCore::PopupMenuClient*) const; |
-#if ENABLE(PAGE_POPUP) |
virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect&) OVERRIDE; |
virtual void closePagePopup(WebCore::PagePopup*) OVERRIDE; |
virtual void setPagePopupDriver(WebCore::PagePopupDriver*) OVERRIDE; |
virtual void resetPagePopupDriver() OVERRIDE; |
-#endif |
virtual bool willAddTextFieldDecorationsTo(WebCore::HTMLInputElement*) OVERRIDE; |
virtual void addTextFieldDecorationsTo(WebCore::HTMLInputElement*) OVERRIDE; |
@@ -231,9 +229,7 @@ private: |
// The policy for how the next webview to be created will be shown. |
WebNavigationPolicy m_nextNewWindowNavigationPolicy; |
-#if ENABLE(PAGE_POPUP) |
WebCore::PagePopupDriver* m_pagePopupDriver; |
-#endif |
}; |
#if ENABLE(NAVIGATOR_CONTENT_UTILS) |