| Index: ash/launcher/launcher_types.h
|
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
|
| index a6a6dc09890bf099783221025a125a2550cf871d..12508fec8798b59358e1b0a81bc63abace627dee 100644
|
| --- a/ash/launcher/launcher_types.h
|
| +++ b/ash/launcher/launcher_types.h
|
| @@ -44,6 +44,9 @@ enum LauncherItemType {
|
|
|
| // Represents a platform app.
|
| TYPE_PLATFORM_APP,
|
| +
|
| + // Represents a loading placeholder for app shortcut.
|
| + TYPE_APP_PLACEHOLDER,
|
| };
|
|
|
| // Represents the status of pinned or running app launcher items.
|
| @@ -56,11 +59,6 @@ enum LauncherItemStatus {
|
| STATUS_ACTIVE,
|
| // A LauncherItem that needs user's attention.
|
| STATUS_ATTENTION,
|
| - // A LauncherItem that has pending operations.
|
| - // e.g. A TYEE_APP_SHORTCUT item whose application is
|
| - // being installed/upgraded.
|
| - // Note STATUS_PENDING is a macro in WinNT.h on Windows.
|
| - STATUS_IS_PENDING,
|
| };
|
|
|
| struct ASH_EXPORT LauncherItem {
|
|
|