| Index: components/dom_distiller/content/common/distiller_javascript_service.mojom
|
| diff --git a/content/public/common/service_worker_event_status.mojom b/components/dom_distiller/content/common/distiller_javascript_service.mojom
|
| similarity index 62%
|
| copy from content/public/common/service_worker_event_status.mojom
|
| copy to components/dom_distiller/content/common/distiller_javascript_service.mojom
|
| index 020d0e82e88cbb9dd52b2cf53651b629136a8910..a32551b9829dcc1a85ec32eb8510432d0c935bb5 100644
|
| --- a/content/public/common/service_worker_event_status.mojom
|
| +++ b/components/dom_distiller/content/common/distiller_javascript_service.mojom
|
| @@ -2,11 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module content;
|
| +module dom_distiller;
|
|
|
| -enum ServiceWorkerEventStatus {
|
| - COMPLETED,
|
| - REJECTED,
|
| - ABORTED,
|
| - MAX=ABORTED
|
| +interface DistillerJavaScriptService {
|
| + HandleDistillerEchoCall(string message);
|
| };
|
|
|