Chromium Code Reviews| Index: ash/common/wm_window_property.h |
| diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h |
| index bce17bd86243b043d7fa697bcbf9fe78bc813c7d..b96903567933ab61f8eca8e8c17b1a4429c590a4 100644 |
| --- a/ash/common/wm_window_property.h |
| +++ b/ash/common/wm_window_property.h |
| @@ -17,6 +17,9 @@ enum class WmWindowProperty { |
| // Type int. |
| SHELF_ID, |
| + // Type ShelfItemDetails. |
| + SHELF_ITEM_DETAILS, |
| + |
| // Type int. See aura::client::kTopViewInset for details. |
| TOP_VIEW_INSET, |