Index: components/permissions/permission_status.mojom |
diff --git a/components/permissions/permission_status.mojom b/components/permissions/permission_status.mojom |
deleted file mode 100644 |
index 1182b349add6c60d9f3822362d5d4f2ab36e3614..0000000000000000000000000000000000000000 |
--- a/components/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 permissions.mojom; |
- |
-enum PermissionStatus { |
- GRANTED, |
- DENIED, |
- ASK, |
- LAST = ASK |
-}; |