Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: Source/core/inspector/InspectorFrontendHost.h

Issue 23290002: Complete migration to InspectorFrontendHost.sendMessageToFrontendHost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorFrontendClient.h ('k') | Source/core/inspector/InspectorFrontendHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/inspector/InspectorFrontendClient.h ('k') | Source/core/inspector/InspectorFrontendHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698