Index: webkit/tools/test_shell/test_webview_delegate.h |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.h (revision 67250) |
+++ webkit/tools/test_shell/test_webview_delegate.h (working copy) |
@@ -325,16 +325,6 @@ |
void SetGeolocationPermission(bool allowed); |
- void ClearContextMenuData(); |
- |
- const WebKit::WebContextMenuData* last_context_menu_data() const { |
- return last_context_menu_data_.get(); |
- } |
- |
- MockSpellCheck* mock_spellcheck() { |
- return &mock_spellcheck_; |
- } |
- |
private: |
// Called the title of the page changes. |
@@ -412,7 +402,6 @@ |
std::string GetResourceDescription(uint32 identifier); |
CapturedContextMenuEvents captured_context_menu_events_; |
- scoped_ptr<WebKit::WebContextMenuData> last_context_menu_data_; |
WebCursor current_cursor_; |