Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: webkit/tools/test_shell/test_webview_delegate.h

Issue 5363002: Revert 67248 - TestShell: Backported EventSender.contextClick() improvement t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/mock_spellcheck.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « webkit/tools/test_shell/mock_spellcheck.cc ('k') | webkit/tools/test_shell/test_webview_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698