summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r--webkit/glue/webview.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h
index f0f3e26..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;