summaryrefslogtreecommitdiffstats
path: root/content/renderer/devtools_client.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-29 16:58:19 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-29 16:58:19 +0000
commit853e16ebf1c5b363513ee2b9c1c396a6317ec6c3 (patch)
tree2643483dc332d8b84e6fbf2bce25f5836536e5ee /content/renderer/devtools_client.h
parent3c15fcbc3d13656a4e1013fe5bcac0568b4e8113 (diff)
downloadchromium_src-853e16ebf1c5b363513ee2b9c1c396a6317ec6c3.zip
chromium_src-853e16ebf1c5b363513ee2b9c1c396a6317ec6c3.tar.gz
chromium_src-853e16ebf1c5b363513ee2b9c1c396a6317ec6c3.tar.bz2
TBR=jam
John: I've added a method and a message in the devtools subsystem. Review URL: http://codereview.chromium.org/9008043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/devtools_client.h')
-rw-r--r--content/renderer/devtools_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/devtools_client.h b/content/renderer/devtools_client.h
index a85a7d9..582d32b 100644
--- a/content/renderer/devtools_client.h
+++ b/content/renderer/devtools_client.h
@@ -44,6 +44,7 @@ class DevToolsClient : public content::RenderViewObserver,
virtual void moveWindowBy(const WebKit::WebFloatPoint& offset) OVERRIDE;
virtual void requestDockWindow() OVERRIDE;
virtual void requestUndockWindow() OVERRIDE;
+ virtual void requestSetDockSide(const WebKit::WebString& side) OVERRIDE;
virtual void saveAs(const WebKit::WebString& file_name,
const WebKit::WebString& content) OVERRIDE;