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

Unified Diff: headless/public/headless_devtools_client.h

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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/headless_devtools_client.h
diff --git a/headless/public/headless_devtools_client.h b/headless/public/headless_devtools_client.h
index 140fdf1955edba37ec897fd0f6f6ff9687ea98c6..573336af792ea6e3334851fbd1b648b85bf06476 100644
--- a/headless/public/headless_devtools_client.h
+++ b/headless/public/headless_devtools_client.h
@@ -102,9 +102,6 @@ class Domain;
namespace tracing {
class Domain;
}
-namespace worker {
-class Domain;
-}
// An interface for controlling and receiving events from a devtools target.
class HEADLESS_EXPORT HeadlessDevToolsClient {
@@ -148,7 +145,6 @@ class HEADLESS_EXPORT HeadlessDevToolsClient {
virtual service_worker::Domain* GetServiceWorker() = 0;
virtual target::Domain* GetTarget() = 0;
virtual tracing::Domain* GetTracing() = 0;
- virtual worker::Domain* GetWorker() = 0;
// TODO(skyostil): Add notification for disconnection.
« no previous file with comments | « headless/lib/browser/headless_devtools_client_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698