repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git]
/
content
/
public
/
common
/
service_worker_event_status.mojom
blob
020d0e82e88cbb9dd52b2cf53651b629136a8910
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.
4
5
module content;
6
7
enum ServiceWorkerEventStatus {
8
COMPLETED,
9
REJECTED,
10
ABORTED,
11
MAX=ABORTED
12
};