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

Unified Diff: public/web/WebEmbeddedWorker.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 | « Source/web/WebSharedWorkerImpl.cpp ('k') | public/web/WebSharedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebEmbeddedWorker.h
diff --git a/public/web/WebEmbeddedWorker.h b/public/web/WebEmbeddedWorker.h
index d404bb030f1d7ad8475334e0adac2d9a25afc905..663c3bc7687ed464187a3b7c6fa152826919038f 100644
--- a/public/web/WebEmbeddedWorker.h
+++ b/public/web/WebEmbeddedWorker.h
@@ -63,7 +63,6 @@ public:
virtual void resumeAfterDownload() = 0;
// Inspector related methods.
- 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 | « Source/web/WebSharedWorkerImpl.cpp ('k') | public/web/WebSharedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698