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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2882923002: Remove dependency of DateTimeChooserImpl on ChromeClientImpl (Closed)
Patch Set: Review feedback Created 3 years, 7 months 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 | « no previous file | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index e4ab293664602bf4fbc3542a8c11743a43e5f1be..c367de21786c764d451ad5123b9f11da62d3e212 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -163,6 +163,8 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
bool HasOpenedPopup() const override { return false; }
PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override;
+ PagePopup* OpenPagePopup(PagePopupClient*) override { return nullptr; }
+ void ClosePagePopup(PagePopup*) override{};
DOMWindow* PagePopupWindowForTesting() const override { return nullptr; }
void SetStatusbarText(const String&) override {}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698