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

Unified Diff: Source/web/WebSharedWorkerImpl.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/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSharedWorkerImpl.h
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
index 5df7c7d1b9089b588053fa08368cea1ced222ed3..ff85226d11be1728f410526db1b4ac8d3a0cfe9a 100644
--- a/Source/web/WebSharedWorkerImpl.h
+++ b/Source/web/WebSharedWorkerImpl.h
@@ -75,7 +75,6 @@ public:
const WTF::String&, int, int, const WTF::String&) override;
virtual void reportConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) override;
virtual void postMessageToPageInspector(const WTF::String&) override;
- virtual void updateInspectorStateCookie(const WTF::String&) override;
virtual void workerGlobalScopeStarted(WorkerGlobalScope*) override;
virtual void workerGlobalScopeClosed() override;
virtual void workerThreadTerminated() override;
@@ -101,7 +100,6 @@ public:
virtual void clientDestroyed() override;
virtual void pauseWorkerContextOnStart() override;
- virtual void resumeWorkerContext() override;
virtual void attachDevTools(const WebString& hostId) override;
virtual void reattachDevTools(const WebString& hostId, const WebString& savedState) override;
virtual void detachDevTools() override;
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698