| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 8071d4b7ef915ee35f48513405866ae9cd22215e..0e65f936d78a655b587fbd93f0a2f330a8dee34f 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -198,6 +198,7 @@ public:
|
| // For testing.
|
| virtual void setPagePopupDriver(PagePopupDriver*) = 0;
|
| virtual void resetPagePopupDriver() = 0;
|
| + virtual PagePopupDriver* pagePopupDriver() const = 0;
|
|
|
| virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) { }
|
| virtual String acceptLanguages() = 0;
|
|
|