Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebSharedWorker.h
index 2ebd1cf..665c31a 100644 (file)
@@ -65,7 +65,11 @@ public:
     virtual void pauseWorkerContextOnStart() = 0;
     virtual void resumeWorkerContext() = 0;
     virtual void attachDevTools() = 0;
+    // FIXME: Remove this once chromium uses the one that receives hostId as a parameter.
+    virtual void attachDevTools(const WebString& hostId) = 0;
     virtual void reattachDevTools(const WebString& savedState) = 0;
+    // FIXME: Remove this once chromium uses the one that receives hostId as a parameter.
+    virtual void reattachDevTools(const WebString& hostId, const WebString& savedState) = 0;
     virtual void detachDevTools() = 0;
     virtual void dispatchDevToolsMessage(const WebString&) = 0;
 };