Index: Source/core/inspector/InspectorFrontendHost.idl |
diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl |
index 710e2dcd5bec9e51989286f66b3c88a14a0432fb..2d3006f7b36c2bb36ea26f17e9de7ca1340777ea 100644 |
--- a/Source/core/inspector/InspectorFrontendHost.idl |
+++ b/Source/core/inspector/InspectorFrontendHost.idl |
@@ -33,20 +33,12 @@ |
[ |
NoInterfaceObject |
] interface InspectorFrontendHost { |
- void closeWindow(); |
- void bringToFront(); |
void setZoomFactor(float zoom); |
void inspectedURLChanged(DOMString newURL); |
- void requestSetDockSide(DOMString side); |
- void setAttachedWindowHeight(unsigned long height); |
- void moveWindowBy(float x, float y); |
void setInjectedScriptForOrigin(DOMString origin, DOMString script); |
void copyText(DOMString text); |
- void openInNewTab(DOMString url); |
- void save(DOMString url, DOMString content, boolean forceSaveAs); |
- void append(DOMString url, DOMString content); |
void close(DOMString url); |
[Custom] DOMString platform(); |
@@ -63,13 +55,7 @@ |
DOMString getSelectionBackgroundColor(); |
DOMString getSelectionForegroundColor(); |
- void requestFileSystems(); |
- void addFileSystem(); |
- void removeFileSystem(DOMString fileSystemPath); |
DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName); |
- void indexPath(long requestId, DOMString fileSystemPath); |
- void stopIndexing(long requestId); |
- void searchInPath(long requestId, DOMString fileSystemPath, DOMString query); |
boolean isUnderTest(); |