Index: ash/launcher/launcher_types.cc |
diff --git a/ash/launcher/launcher_types.cc b/ash/launcher/launcher_types.cc |
index 46fc827ade22169a8fd3dff612e5c7f8b23fa4e2..eb806428d564d77b4daec10c085c126bfb934de8 100644 |
--- a/ash/launcher/launcher_types.cc |
+++ b/ash/launcher/launcher_types.cc |
@@ -8,6 +8,7 @@ namespace ash { |
const int kLauncherPreferredSize = 48; |
const int kLauncherBackgroundAlpha = 204; |
+const int kTimeToSwitchBackgroundMs = 1000; |
LauncherItem::LauncherItem() |
: type(TYPE_UNDEFINED), |