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

Unified Diff: content/browser/devtools/embedded_worker_devtools_agent_host.h

Issue 661423002: DevTools: Clean-up service/shared workers code after switching to main thread debugging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed some more code 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 | « no previous file | content/browser/devtools/embedded_worker_devtools_agent_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/embedded_worker_devtools_agent_host.h
diff --git a/content/browser/devtools/embedded_worker_devtools_agent_host.h b/content/browser/devtools/embedded_worker_devtools_agent_host.h
index eff3fff025d56a0467b35b1ea487174b53ef04ab..36fc77c4cfc49c91a4a83311e5a81cc3aa9169ed 100644
--- a/content/browser/devtools/embedded_worker_devtools_agent_host.h
+++ b/content/browser/devtools/embedded_worker_devtools_agent_host.h
@@ -45,7 +45,6 @@ class EmbeddedWorkerDevToolsAgentHost : public IPCDevToolsAgentHost,
virtual bool OnMessageReceived(const IPC::Message& msg) override;
void WorkerReadyForInspection();
- void WorkerContextStarted();
void WorkerRestarted(WorkerId worker_id);
void WorkerDestroyed();
bool Matches(const SharedWorkerInstance& other);
« no previous file with comments | « no previous file | content/browser/devtools/embedded_worker_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698