Chromium Code Reviews| Index: webkit/glue/webview_impl.cc |
| =================================================================== |
| --- webkit/glue/webview_impl.cc (revision 22144) |
| +++ webkit/glue/webview_impl.cc (working copy) |
| @@ -205,6 +205,11 @@ |
| return suggestions_[list_index]; |
| } |
| + virtual WebCore::String itemToolTip(unsigned last_index) const { |
| + NOTIMPLEMENTED(); |
| + return WebCore::String(); |
| + } |
| + |
| virtual bool itemIsEnabled(unsigned listIndex) const { |
| return true; |
| } |