| Index: ash/launcher/launcher_types.cc
|
| diff --git a/ash/launcher/launcher_types.cc b/ash/launcher/launcher_types.cc
|
| index 37aa7cc3c8ae6a090ef403cfd1707f9ddb930196..67dc5729c94776db6cabd33404169da1649aef60 100644
|
| --- a/ash/launcher/launcher_types.cc
|
| +++ b/ash/launcher/launcher_types.cc
|
| @@ -10,6 +10,7 @@ const int kLauncherPreferredSize = 48;
|
| const int kLauncherBackgroundAlpha = 204;
|
| const int kInvalidImageResourceID = -1;
|
| const int kInvalidLauncherID = 0;
|
| +const int kTimeToSwitchBackgroundMs = 1000;
|
|
|
| LauncherItem::LauncherItem()
|
| : type(TYPE_UNDEFINED),
|
|
|