Chromium Code Reviews| 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); |
|
dgozman
2016/03/02 01:19:56
Remove this from externs.js as well.
oshima
2016/03/02 03:15:07
Done.
|
| - |
| void setInjectedScriptForOrigin(DOMString origin, DOMString script); |
| void copyText(DOMString text); |