| Index: ash/launcher/launcher_types.h
|
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
|
| index 051d3b355b5398729a97d2cc692c26e2827276b2..f4eed671edeb4c4814bb1b7dc88e5ebb3ce31fbe 100644
|
| --- a/ash/launcher/launcher_types.h
|
| +++ b/ash/launcher/launcher_types.h
|
| @@ -40,6 +40,9 @@ enum LauncherItemType {
|
|
|
| // Represents a platform app.
|
| TYPE_PLATFORM_APP,
|
| +
|
| + // Represents a windowed V1 browser app.
|
| + TYPE_WINDOWED_APP,
|
| };
|
|
|
| // Represents the status of pinned or running app launcher items.
|
|
|