diff options
Diffstat (limited to 'chrome/browser/renderer_host/render_view_host.h')
-rw-r--r-- | chrome/browser/renderer_host/render_view_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h index 84051f2..16e0acc 100644 --- a/chrome/browser/renderer_host/render_view_host.h +++ b/chrome/browser/renderer_host/render_view_host.h @@ -285,12 +285,6 @@ class RenderViewHost : public RenderWidgetHost { // Copies the image at the specified point. void CopyImageAt(int x, int y); - // Inspects the element at the specified point using the Web Inspector. - void InspectElementAt(int x, int y); - - // Show the JavaScript console. - void ShowJavaScriptConsole(); - // Notifies the renderer that a drop occurred. This is necessary because the // render may be the one that started the drag. void DragSourceEndedAt( |