Index: Source/core/inspector/InspectorFrontendHost.h |
diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h |
index 18082773411eda54b321ad46d6fe4fb7fb41b4dc..58bc3177ddb845f095be76c9048576441f70e506 100644 |
--- a/Source/core/inspector/InspectorFrontendHost.h |
+++ b/Source/core/inspector/InspectorFrontendHost.h |
@@ -54,20 +54,12 @@ public: |
~InspectorFrontendHost(); |
void disconnectClient(); |
- void requestSetDockSide(const String&); |
- void closeWindow(); |
- void bringToFront(); |
void setZoomFactor(float); |
void inspectedURLChanged(const String&); |
- void setAttachedWindowHeight(unsigned); |
- void moveWindowBy(float x, float y) const; |
void setInjectedScriptForOrigin(const String& origin, const String& script); |
void copyText(const String& text); |
- void openInNewTab(const String& url); |
- void save(const String& url, const String& content, bool forceSaveAs); |
- void append(const String& url, const String& content); |
void close(const String& url); |
// Called from [Custom] implementations. |
@@ -79,13 +71,7 @@ public: |
String getSelectionBackgroundColor(); |
String getSelectionForegroundColor(); |
- void requestFileSystems(); |
- void addFileSystem(); |
- void removeFileSystem(const String& fileSystemPath); |
PassRefPtr<DOMFileSystem> isolatedFileSystem(const String& fileSystemName, const String& rootURL); |
- void indexPath(int requestId, const String& fileSystemPath); |
- void stopIndexing(int requestId); |
- void searchInPath(int requestId, const String& fileSystemPath, const String& query); |
bool isUnderTest(); |