Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2752)

Unified Diff: ash/common/wm_window_property.h

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d9f3b36fe431c92cc06dbf509b6fec93cd2823ce 100644
--- a/ash/common/wm_window_property.h
+++ b/ash/common/wm_window_property.h
@@ -47,6 +47,9 @@ enum class WmWindowProperty {
// Type ImageSkia.
WINDOW_ICON,
+
+ // Type bool. See ash::kPanelAttachedKey for details.
+ PANEL_ATTACHED,
sky 2016/12/08 00:38:54 optional: keep sorted (but really not that importa
msw 2016/12/08 20:31:36 Done.
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698