diff options
author | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 17:12:12 +0000 |
---|---|---|
committer | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 17:12:12 +0000 |
commit | fb452133d3571bc94e725fdb5aee3f812a16e40e (patch) | |
tree | e4daa02ceb3f765a256621e192e02a69a03314b7 /webkit/glue/webview_impl.h | |
parent | 5f9b70e7fe486eaa6726703c9857d02a954e07d8 (diff) | |
download | chromium_src-fb452133d3571bc94e725fdb5aee3f812a16e40e.zip chromium_src-fb452133d3571bc94e725fdb5aee3f812a16e40e.tar.gz chromium_src-fb452133d3571bc94e725fdb5aee3f812a16e40e.tar.bz2 |
Reverting 9944.
This change broke ui, interactive and Vista Perf tests. I felt like reverting.
Review URL: http://codereview.chromium.org/24020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index ed0dbce..c511e7b 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -37,7 +37,6 @@ class Widget; class AutocompletePopupMenuClient; class ImageResourceFetcher; class SearchableFormData; -class ToolsProxy; struct WebDropData; class WebHistoryItemImpl; class WebKeyboardEvent; @@ -90,7 +89,6 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> { virtual void CopyImageAt(int x, int y); virtual void InspectElement(int x, int y); virtual void ShowJavaScriptConsole(); - virtual void SetUpToolsProxy(ToolsProxy* tools_proxy); virtual void DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y); virtual void DragSourceMovedTo( |