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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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
Index: third_party/WebKit/Source/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index b9fdd2346f4286086628f95673c44774a00f47d4..35748ffbfc0079a34047dea3aa2ba54042a87f2b 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -184,8 +184,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
bool HasOpenedPopup() const override;
PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override;
- PagePopup* OpenPagePopup(PagePopupClient*);
- void ClosePagePopup(PagePopup*);
+ PagePopup* OpenPagePopup(PagePopupClient*) override;
+ void ClosePagePopup(PagePopup*) override;
DOMWindow* PagePopupWindowForTesting() const override;
bool ShouldOpenModalDialogDuringPageDismissal(
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/DateTimeChooserImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698