| Index: ash/launcher/launcher_types.h
|
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
|
| index 2d09dae02cb6f7d3f8e433ac0baf9e2193f726ca..bbb1bbc41d7a3a1f4a7ba221a33c6c1c9f19b3af 100644
|
| --- a/ash/launcher/launcher_types.h
|
| +++ b/ash/launcher/launcher_types.h
|
| @@ -27,6 +27,9 @@ extern const int kInvalidImageResourceID;
|
|
|
| extern const int kInvalidLauncherID;
|
|
|
| +// Animation duration for switching black shelf and dock background on and off.
|
| +ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
|
| +
|
| // Type the LauncherItem represents.
|
| enum LauncherItemType {
|
| // Represents a running app panel.
|
|
|