| Index: webkit/tools/test_shell/test_webview_delegate_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate_win.cc (revision 20609)
|
| +++ webkit/tools/test_shell/test_webview_delegate_win.cc (working copy)
|
| @@ -81,15 +81,6 @@
|
| }
|
| }
|
|
|
| -void TestWebViewDelegate::ShowAsPopupWithItems(
|
| - WebWidget* webwidget,
|
| - const WebRect& bounds,
|
| - int item_height,
|
| - int selected_index,
|
| - const std::vector<WebMenuItem>& items) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| void TestWebViewDelegate::CloseWidgetSoon(WebWidget* webwidget) {
|
| if (webwidget == shell_->webView()) {
|
| PostMessage(shell_->mainWnd(), WM_CLOSE, 0, 0);
|
|
|