diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 15:01:45 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 15:01:45 +0000 |
commit | b70a6300d843c28a32db431f16ded32c65d01b05 (patch) | |
tree | 0a1fe2f1bf493e0cba27e189ffc55db454d07317 /webkit/glue/webview.h | |
parent | 48764c72b775bdc62aa43eedaea00ca01597e9ff (diff) | |
download | chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.zip chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.gz chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.bz2 |
Reverting 9855.
This change didn't have any description and it broke the tree
Review URL: http://codereview.chromium.org/21393
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index 3db4f9f..39d608c 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -12,7 +12,6 @@ #include "base/ref_counted.h" #include "webkit/glue/webwidget.h" -class ToolsProxy; struct WebDropData; struct WebPreferences; class GURL; @@ -166,10 +165,6 @@ class WebView : public WebWidget { // Show the JavaScript console. virtual void ShowJavaScriptConsole() = 0; - // Set up developer tools UI bindings. It is guaranteed that tools_proxy will - // overlive this webview. - virtual void SetUpToolsProxy(ToolsProxy* tools_proxy) = 0; - // Notifies the webview that a drag has terminated. virtual void DragSourceEndedAt( int client_x, int client_y, int screen_x, int screen_y) = 0; |