Chromium Code Reviews| Index: content/public/common/permission_status.mojom |
| diff --git a/content/public/common/permission_status.mojom b/content/public/common/permission_status.mojom |
| index f7e56bfab19cdbc096cb41eadab2dd099d3b097b..8373104a8d4a67f32a21dad5ef5488c6e81c4a85 100644 |
| --- a/content/public/common/permission_status.mojom |
| +++ b/content/public/common/permission_status.mojom |
| @@ -7,5 +7,6 @@ module content; |
| enum PermissionStatus { |
| GRANTED, |
| DENIED, |
| - ASK |
| + ASK, |
| + LAST = ASK |
| }; |