Index: webkit/api/public/WebViewClient.h |
=================================================================== |
--- webkit/api/public/WebViewClient.h (revision 30797) |
+++ webkit/api/public/WebViewClient.h (working copy) |
@@ -40,7 +40,6 @@ |
namespace WebKit { |
class WebAccessibilityObject; |
- class WebDevToolsAgentClient; |
class WebDragData; |
class WebFileChooserCompletion; |
class WebFrame; |
@@ -257,9 +256,7 @@ |
// changed and should be saved. See WebView::inspectorSettings. |
virtual void didUpdateInspectorSettings() = 0; |
- virtual WebDevToolsAgentClient* devToolsAgentClient() = 0; |
- |
// Autofill ------------------------------------------------------------ |
// Queries the browser for suggestions to be shown for the form text |