Chromium Code Reviews| Index: ash/launcher/launcher_types.h |
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h |
| index a8ddb317427c745b4faf585a62eb2ecf01ca4b03..64dba5fb3c1000c5e9d0f1a2124def605ecf3fdf 100644 |
| --- a/ash/launcher/launcher_types.h |
| +++ b/ash/launcher/launcher_types.h |
| @@ -27,6 +27,9 @@ enum ASH_EXPORT LauncherItemType { |
| // Represents an app window. |
| TYPE_APP, |
| + // Represents an app panel. |
| + TYPE_PANEL, |
| + |
| // Toggles visiblity of the app list. |
| TYPE_APP_LIST, |