| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index c96c24d51fbcf0d38de9e643b7e15618a2da9b3e..91de6fb6ed85bae1b78647d558211536294da34b 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -193,10 +193,7 @@ public:
|
| // Checks if there is an opened popup, called by RenderMenuList::showPopup().
|
| virtual bool hasOpenedPopup() const = 0;
|
| virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const = 0;
|
| - // For testing.
|
| - virtual void setPagePopupDriver(PagePopupDriver*) = 0;
|
| - virtual void resetPagePopupDriver() = 0;
|
| - virtual PagePopupDriver* pagePopupDriver() const = 0;
|
| + virtual DOMWindow* pagePopupWindowForTesting() const = 0;
|
|
|
| virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) { }
|
| virtual String acceptLanguages() = 0;
|
|
|