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

Unified Diff: headless/lib/browser/headless_devtools_client_impl.cc

Issue 2452163003: headless: Remove usage of worker domain (Closed)
Patch Set: Created 4 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 | « headless/lib/browser/headless_devtools_client_impl.h ('k') | headless/public/headless_devtools_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_devtools_client_impl.cc
diff --git a/headless/lib/browser/headless_devtools_client_impl.cc b/headless/lib/browser/headless_devtools_client_impl.cc
index 083a5e7628ff64212db0c1ed84bff56c99858dde..833b9dc49afb1d85c386d64865b20448c98cfa57 100644
--- a/headless/lib/browser/headless_devtools_client_impl.cc
+++ b/headless/lib/browser/headless_devtools_client_impl.cc
@@ -62,7 +62,6 @@ HeadlessDevToolsClientImpl::HeadlessDevToolsClientImpl()
service_worker_domain_(this),
target_domain_(this),
tracing_domain_(this),
- worker_domain_(this),
browser_main_thread_(content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::UI)),
weak_ptr_factory_(this) {}
@@ -289,10 +288,6 @@ tracing::Domain* HeadlessDevToolsClientImpl::GetTracing() {
return &tracing_domain_;
}
-worker::Domain* HeadlessDevToolsClientImpl::GetWorker() {
- return &worker_domain_;
-}
-
template <typename CallbackType>
void HeadlessDevToolsClientImpl::FinalizeAndSendMessage(
base::DictionaryValue* message,
« no previous file with comments | « headless/lib/browser/headless_devtools_client_impl.h ('k') | headless/public/headless_devtools_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698