| 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.
|
|
|
|
|