Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / content / public / common / service_worker_event_status.mojom
blob020d0e82e88cbb9dd52b2cf53651b629136a8910
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module content;
7 enum ServiceWorkerEventStatus {
8   COMPLETED,
9   REJECTED,
10   ABORTED,
11   MAX=ABORTED