| Index: webkit/tools/test_shell/test_webview_delegate_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate_win.cc (revision 13487)
|
| +++ webkit/tools/test_shell/test_webview_delegate_win.cc (working copy)
|
| @@ -81,12 +81,13 @@
|
| }
|
| }
|
|
|
| -void TestWebViewDelegate::ShowWithItems(WebWidget* webwidget,
|
| - const WebRect& bounds,
|
| - int item_height,
|
| - int selected_index,
|
| - const std::vector<MenuItem>& items) {
|
| - NOTIMPLEMENTED();
|
| +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) {
|
|
|