Index: core/inspector/InspectorFrontendHost.idl |
diff --git a/core/inspector/InspectorFrontendHost.idl b/core/inspector/InspectorFrontendHost.idl |
index d3ca4997e3214e5d6472d8ee795c0a0eb5425b82..f764bf24c743cfba3ceb92843843d06203cb9612 100644 |
--- a/core/inspector/InspectorFrontendHost.idl |
+++ b/core/inspector/InspectorFrontendHost.idl |
@@ -66,6 +66,9 @@ |
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(); |