diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 13:17:12 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 13:17:12 +0000 |
commit | d9f9b79f3dcdf43bdedb0447b0d5c37f411b6f36 (patch) | |
tree | 27e1dcf61d00586b8b6f6d7435d8bb0edba5bb0d /chrome/browser/renderer_host/render_view_host.h | |
parent | 936c937ac987d88f2898132a924ef45d329c8af2 (diff) | |
download | chromium_src-d9f9b79f3dcdf43bdedb0447b0d5c37f411b6f36.zip chromium_src-d9f9b79f3dcdf43bdedb0447b0d5c37f411b6f36.tar.gz chromium_src-d9f9b79f3dcdf43bdedb0447b0d5c37f411b6f36.tar.bz2 |
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render_view_host API.
Review URL: http://codereview.chromium.org/146080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19112 0039d316-1c4b-4281-b951-d872f2087c98
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( |