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

Unified Diff: ash/common/wm_window_property.h

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Add ShelfWindowWatcherTest, remove ChromeLauncherControllerImplTest panel use. Created 4 years, 1 month 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 732adb8e2c6fdc358706ddd62a58d6977eb57c56..211d4a66ce9d8bff92b537969deb16e7f6c8c251 100644
--- a/ash/common/wm_window_property.h
+++ b/ash/common/wm_window_property.h
@@ -14,6 +14,9 @@ enum class WmWindowProperty {
// Type bool.
ALWAYS_ON_TOP,
+ // Type ImageSkia.
+ APP_ICON,
+
// Type bool. See aura::client:kExcludeFromMruKey for details.
EXCLUDE_FROM_MRU,
@@ -37,6 +40,9 @@ enum class WmWindowProperty {
// Type int. See aura::client::kTopViewInset for details.
TOP_VIEW_INSET,
+
+ // Type ImageSkia.
+ WINDOW_ICON,
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698