summaryrefslogtreecommitdiffstats
path: root/content/renderer/devtools_client.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 12:24:59 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-05 12:24:59 +0000
commit38b08a46d84ff4de3b16b5d254fb2fbc1ce55925 (patch)
treee64e58c26ad5841ff9854c58b8cfc12c51e5a58c /content/renderer/devtools_client.h
parent3c7ec13346b6db81d9fc44d8114659c585d0dc92 (diff)
downloadchromium_src-38b08a46d84ff4de3b16b5d254fb2fbc1ce55925.zip
chromium_src-38b08a46d84ff4de3b16b5d254fb2fbc1ce55925.tar.gz
chromium_src-38b08a46d84ff4de3b16b5d254fb2fbc1ce55925.tar.bz2
DevTools: migrate devtools window to the InspectorFrontendAPI.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10005002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/devtools_client.h')
-rw-r--r--content/renderer/devtools_client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/renderer/devtools_client.h b/content/renderer/devtools_client.h
index ebec62f..6d7e05d 100644
--- a/content/renderer/devtools_client.h
+++ b/content/renderer/devtools_client.h
@@ -46,8 +46,6 @@ class DevToolsClient : public content::RenderViewObserver,
virtual void requestUndockWindow() OVERRIDE;
virtual void requestSetDockSide(const WebKit::WebString& side) OVERRIDE;
virtual void openInNewTab(const WebKit::WebString& side) OVERRIDE;
- virtual void saveAs(const WebKit::WebString& url,
- const WebKit::WebString& content) OVERRIDE;
virtual void save(const WebKit::WebString& url,
const WebKit::WebString& content,
bool save_as) OVERRIDE;