Chromium Code Reviews| Index: content/public/common/service_worker_event_status.mojom |
| diff --git a/content/public/common/service_worker_event_status.mojom b/content/public/common/service_worker_event_status.mojom |
| deleted file mode 100644 |
| index 75aa593bffb879707cad96eb12753e6d66a5cde3..0000000000000000000000000000000000000000 |
| --- a/content/public/common/service_worker_event_status.mojom |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -// Copyright 2015 The Chromium Authors. All rights reserved. |
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| - |
| -module content.mojom; |
| - |
| -enum ServiceWorkerEventStatus { |
| - COMPLETED, |
| - REJECTED, |
| - ABORTED, |
| - MAX=ABORTED |
| -}; |