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

Unified Diff: public/web/WebSharedWorker.h

Issue 670433002: DevTools: Remove unused code after service/shared worker inspection migration to main thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « public/web/WebEmbeddedWorker.h ('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 e00f2af68dcf2b774ac634f66b7c641fd5e52cf7..a081096ef742778d02cc77e715e2d1bdca92d85d 100644
--- a/public/web/WebSharedWorker.h
+++ b/public/web/WebSharedWorker.h
@@ -63,7 +63,6 @@ public:
virtual void clientDestroyed() = 0;
virtual void pauseWorkerContextOnStart() = 0;
- virtual void resumeWorkerContext() = 0;
virtual void attachDevTools(const WebString& hostId) = 0;
virtual void reattachDevTools(const WebString& hostId, const WebString& savedState) = 0;
virtual void detachDevTools() = 0;
« no previous file with comments | « public/web/WebEmbeddedWorker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698