| Index: ash/launcher/launcher_types.h
|
| ===================================================================
|
| --- ash/launcher/launcher_types.h (revision 152351)
|
| +++ ash/launcher/launcher_types.h (working copy)
|
| @@ -56,6 +56,11 @@
|
| 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 {
|
|
|