| Index: public/web/WebSharedWorker.h
|
| diff --git a/public/web/WebSharedWorker.h b/public/web/WebSharedWorker.h
|
| index 665c31a9d7ecdeb46634f23702d1c4388c30de2b..e00f2af68dcf2b774ac634f66b7c641fd5e52cf7 100644
|
| --- a/public/web/WebSharedWorker.h
|
| +++ b/public/web/WebSharedWorker.h
|
| @@ -64,11 +64,7 @@ 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;
|
|
|