Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1153)

Unified Diff: Source/core/page/ChromeClient.h

Issue 765903002: Remove internals.setEnableMockPagePopup(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/core/page/PagePopupDriver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/core/page/PagePopupDriver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698