| Index: third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom b/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..748c325d65ddaba11608caca00fd46b3e22f4d4e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2014 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 blink.mojom;
|
| +
|
| +enum PermissionStatus {
|
| + GRANTED,
|
| + DENIED,
|
| + ASK,
|
| + LAST = ASK
|
| +};
|
|
|