| Index: third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| diff --git a/third_party/WebCore/inspector/InspectorFrontendHost.idl b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| index 0edd069fbf7a37d6f9e768e1372b5538ac3df383..728aa0c0e4b0f901324673a1005d18c6e9973d1b 100644
|
| --- a/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| +++ b/third_party/WebCore/inspector/InspectorFrontendHost.idl
|
| @@ -39,8 +39,6 @@
|
| void setZoomFactor(in float zoom);
|
| void inspectedURLChanged(in DOMString newURL);
|
|
|
| - void requestAttachWindow();
|
| - void requestDetachWindow();
|
| void requestSetDockSide(in DOMString side);
|
| void setAttachedWindowHeight(in unsigned long height);
|
| void moveWindowBy(in float x, in float y);
|
|
|