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

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, 4 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
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();

Powered by Google App Engine
This is Rietveld 408576698