| Index: ash/common/shelf/shelf_constants.h
|
| diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
|
| index aa4feafd27759e1cd4e7d85abe430f64b43287bc..9589f919fe7927a6a8e99fe4be6e9620dab53314 100644
|
| --- a/ash/common/shelf/shelf_constants.h
|
| +++ b/ash/common/shelf/shelf_constants.h
|
| @@ -45,6 +45,9 @@ extern const int kShelfItemInset;
|
|
|
| const int kInvalidShelfID = 0;
|
|
|
| +// IME menu panel window lays the icon on the status tray rather than shelf.
|
| +const int kStatusTrayShelfID = -1;
|
| +
|
| // Animation duration for switching black shelf and dock background on and off.
|
| ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
|
|
|
|
|