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

Unified Diff: public/web/WebSharedWorker.h

Issue 534293003: DevTools: Switch shared workers inspection on to the main thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« Source/web/WebSharedWorkerImpl.cpp ('K') | « Source/web/WebSharedWorkerImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« Source/web/WebSharedWorkerImpl.cpp ('K') | « Source/web/WebSharedWorkerImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698