tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / inspector / InspectorFrontendHost.h
index decfe9a..1d0769a 100755 (executable)
@@ -61,7 +61,6 @@ public:
     void requestAttachWindow();
     void requestDetachWindow();
     void closeWindow();
-    void disconnectFromBackend();
     void bringToFront();
     void inspectedURLChanged(const String&);
 
@@ -79,6 +78,8 @@ public:
     void showContextMenu(Event*, const Vector<ContextMenuItem*>& items);
     void sendMessageToBackend(const String& message);
 
+    String loadResourceSynchronously(const String& url);
+
 private:
 #if ENABLE(CONTEXT_MENUS)
     friend class FrontendMenuProvider;