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

Unified Diff: public/web/WebWidgetClient.h

Issue 174073007: Remove deprecated window.showModalDialog() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidgetClient.h
diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
index cbc98b8a3f33bb8a74a4e7f7810b5d0e044046fd..eadf12d9ee5a4f77c6b77fe6fcce22d394926d58 100644
--- a/public/web/WebWidgetClient.h
+++ b/public/web/WebWidgetClient.h
@@ -120,10 +120,6 @@ public:
// Called to show the widget according to the given policy.
virtual void show(WebNavigationPolicy) { }
- // Called to block execution of the current thread until the widget is
- // closed.
- virtual void runModal() { }
-
// Called to enter/exit fullscreen mode. If enterFullScreen returns true,
// then WebWidget::{will,Did}EnterFullScreen should bound resizing the
// WebWidget into fullscreen mode. Similarly, when exitFullScreen is
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698