Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: ash/launcher/launcher_types.h

Issue 10829268: chromeos: Sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests crash + rebase Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/launcher/launcher_model_unittest.cc ('k') | ash/launcher/launcher_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index a6a6dc09890bf099783221025a125a2550cf871d..24110f45d2ac28d98dbd91798438fb3148444c5d 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -56,11 +56,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 {
« no previous file with comments | « ash/launcher/launcher_model_unittest.cc ('k') | ash/launcher/launcher_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698