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 85e4a4589bf8ce89f433cc38f79640bc2f5587ec..cfb26eea62a85a4f010fc0798276df99e5848cda 100644 |
| --- a/ash/common/wm_window_property.h |
| +++ b/ash/common/wm_window_property.h |
| @@ -30,6 +30,9 @@ enum class WmWindowProperty { |
| // Type int, but cast to ui::ModalType. |
| MODAL_TYPE, |
| + // Type bool. See ash::kPanelAttachedKey for details. |
| + PANEL_ATTACHED, |
| + |
| // Type int. |
| SHELF_ID, |