Chromium Code Reviews| Index: ash/launcher/launcher_types.h |
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h |
| index 1a7a8945e6a982dc469a5f9c270a4fb532220ffc..847418ca5d02992783cfca313914b49241496497 100644 |
| --- a/ash/launcher/launcher_types.h |
| +++ b/ash/launcher/launcher_types.h |
| @@ -35,6 +35,9 @@ enum LauncherItemType { |
| // Represents a windowed V1 browser app. |
| TYPE_WINDOWED_APP, |
| + // Represents a dialog. |
| + TYPE_DIALOG, |
| + |
| // Default value. |
| TYPE_UNDEFINED, |
| }; |