| 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
|
| deleted file mode 100644
|
| index 748c325d65ddaba11608caca00fd46b3e22f4d4e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// 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
|
| -};
|
|
|