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 |