summaryrefslogtreecommitdiffstats
path: root/content/public/browser/devtools_frontend_host_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/devtools_frontend_host_delegate.h')
-rw-r--r--content/public/browser/devtools_frontend_host_delegate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/public/browser/devtools_frontend_host_delegate.h b/content/public/browser/devtools_frontend_host_delegate.h
index 34d065a..265f3d1 100644
--- a/content/public/browser/devtools_frontend_host_delegate.h
+++ b/content/public/browser/devtools_frontend_host_delegate.h
@@ -25,13 +25,6 @@ class DevToolsFrontendHostDelegate {
// Moves DevTols front-end windo.
virtual void MoveWindow(int x, int y) = 0;
- // Attaches DevTools front-end to the inspected page.
- virtual void DockWindow() = 0;
-
- // Detaches DevTools front-end from the inspected page and places it in its
- // own window.
- virtual void UndockWindow() = 0;
-
// Specifies side for devtools to dock to.
virtual void SetDockSide(const std::string& side) = 0;