| Index: Source/core/inspector/InspectorFrontendHost.h
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
|
| index 45fb90b280e602afd6ca3f38120e3abecd9250f5..4c955c35b4c32fc4f1a07c3dafcb1918fb0d2d5d 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.h
|
| +++ b/Source/core/inspector/InspectorFrontendHost.h
|
| @@ -54,20 +54,14 @@ 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 +73,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();
|
|
|
|
|