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

Unified Diff: Source/web/WebSharedWorkerImpl.cpp

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.h ('k') | public/web/WebEmbeddedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSharedWorkerImpl.cpp
diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
index 5fbc7add38b4c58c7311a0c9dff60de4e2bc113e..3b510ba5d389441e2398343f34a25e1c8175cbce 100644
--- a/Source/web/WebSharedWorkerImpl.cpp
+++ b/Source/web/WebSharedWorkerImpl.cpp
@@ -292,10 +292,6 @@ void WebSharedWorkerImpl::postMessageToPageInspectorOnMainThread(const String& m
}
-void WebSharedWorkerImpl::updateInspectorStateCookie(const String& cookie)
-{
-}
-
void WebSharedWorkerImpl::workerGlobalScopeClosed()
{
callOnMainThread(bind(&WebSharedWorkerImpl::workerGlobalScopeClosedOnMainThread, this));
@@ -426,10 +422,6 @@ void WebSharedWorkerImpl::pauseWorkerContextOnStart()
m_pauseWorkerContextOnStart = true;
}
-void WebSharedWorkerImpl::resumeWorkerContext()
-{
-}
-
void WebSharedWorkerImpl::attachDevTools(const WebString& hostId)
{
WebDevToolsAgent* devtoolsAgent = m_webView->devToolsAgent();
« no previous file with comments | « Source/web/WebSharedWorkerImpl.h ('k') | public/web/WebEmbeddedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698