| Index: ash/launcher/launcher_types.h
|
| diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
|
| index 9a8b16bf65ce7046122f1ff4e492658e05376165..e7e541e7b22fb7037f3666558cc9b0734d1a99cf 100644
|
| --- a/ash/launcher/launcher_types.h
|
| +++ b/ash/launcher/launcher_types.h
|
| @@ -15,21 +15,6 @@ namespace ash {
|
|
|
| typedef int LauncherID;
|
|
|
| -// Height of the Launcher. Hard coded to avoid resizing as items are
|
| -// added/removed.
|
| -ASH_EXPORT extern const int kLauncherPreferredSize;
|
| -
|
| -// Max alpha of the launcher background.
|
| -ASH_EXPORT extern const int kLauncherBackgroundAlpha;
|
| -
|
| -// Invalid image resource id used for LauncherItemDetails.
|
| -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.
|
|
|