From 50285fffa5e44c61cbf6141908c6297fbd0b20d4 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Fri, 11 Mar 2011 23:10:56 +0000 Subject: Remove Gears from Chrome. There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_webview_delegate.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'webkit/tools/test_shell/test_webview_delegate.h') diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h index 9b8feee..a0c7543 100644 --- a/webkit/tools/test_shell/test_webview_delegate.h +++ b/webkit/tools/test_shell/test_webview_delegate.h @@ -247,11 +247,6 @@ class TestWebViewDelegate : public WebKit::WebViewClient, const webkit::npapi::WebPluginGeometry& move); virtual void DidStartLoadingForPlugin() {} virtual void DidStopLoadingForPlugin() {} - virtual void ShowModalHTMLDialogForPlugin( - const GURL& url, - const gfx::Size& size, - const std::string& json_arguments, - std::string* json_retval) {} virtual WebKit::WebCookieJar* GetCookieJar(); TestWebViewDelegate(TestShell* shell); -- cgit v1.1