Chromium Code Reviews| Index: content/public/common/permission_status.mojom |
| diff --git a/mojo/public/interfaces/bindings/tests/no_module.mojom b/content/public/common/permission_status.mojom |
| similarity index 71% |
| copy from mojo/public/interfaces/bindings/tests/no_module.mojom |
| copy to content/public/common/permission_status.mojom |
| index f3800112904ec7413c2412ce4cf1ac3ab48d24be..f7e56bfab19cdbc096cb41eadab2dd099d3b097b 100644 |
| --- a/mojo/public/interfaces/bindings/tests/no_module.mojom |
| +++ b/content/public/common/permission_status.mojom |
| @@ -2,8 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Entities without module |
| +module content; |
|
mlamouri (slow - plz ping)
2014/11/24 19:06:01
nit: upload this CL with --no-find-copies, otherwi
timvolodine
2014/11/27 17:53:42
Done.
|
| -enum EnumWithoutModule { |
| - A |
| +enum PermissionStatus { |
| + GRANTED, |
| + DENIED, |
| + ASK |
| }; |