Index: third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.idl b/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
index c2846c0e0f98ea96ff2dbae051238154ddc27b83..096fd64d95edbd662fa4a3d8aa8a74dbbae36249 100644 |
--- a/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
+++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.idl |
@@ -36,8 +36,6 @@ |
] interface DevToolsHost { |
float zoomFactor(); |
- float convertLengthForEmbedder(float length); |
- |
void setInjectedScriptForOrigin(DOMString origin, DOMString script); |
void copyText(DOMString text); |