| Index: mash/public/interfaces/launchable.mojom
|
| diff --git a/mash/public/interfaces/launchable.mojom b/mash/public/interfaces/launchable.mojom
|
| index 240bd5d911cd0ff0231a730f804e3e4019c33325..c54c06c7452e8e77b629758f2414d0a8af7b4629 100644
|
| --- a/mash/public/interfaces/launchable.mojom
|
| +++ b/mash/public/interfaces/launchable.mojom
|
| @@ -5,8 +5,7 @@
|
| module mash.mojom;
|
|
|
| const uint32 kWindow = 1;
|
| -const uint32 kDocument = 2;
|
| -const uint32 kIncognitoWindow = 3;
|
| +const uint32 kIncognitoWindow = 2;
|
|
|
| enum LaunchMode {
|
| DEFAULT,
|
|
|