Chromium Code Reviews| Index: webkit/tools/test_shell/test_webview_delegate_win.cc |
| =================================================================== |
| --- webkit/tools/test_shell/test_webview_delegate_win.cc (revision 12371) |
| +++ webkit/tools/test_shell/test_webview_delegate_win.cc (working copy) |
| @@ -78,6 +78,14 @@ |
| } |
| } |
| +void TestWebViewDelegate::ShowWithItems(WebWidget* webwidget, |
| + const gfx::Rect& bounds, |
| + int item_height, |
| + int selected_index, |
| + const std::vector<MenuItem>& items) { |
| + NOTIMPLEMENTED(); |
|
darin (slow to review)
2009/04/01 18:02:50
this macro suggests that this method should one da
|
| +} |
| + |
| void TestWebViewDelegate::CloseWidgetSoon(WebWidget* webwidget) { |
| if (webwidget == shell_->webView()) { |
| PostMessage(shell_->mainWnd(), WM_CLOSE, 0, 0); |