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

Unified Diff: ash/public/cpp/window_properties.h

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. Created 3 years, 7 months 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
« no previous file with comments | « ash/public/cpp/shelf_types.h ('k') | ash/public/cpp/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/window_properties.h
diff --git a/ash/public/cpp/window_properties.h b/ash/public/cpp/window_properties.h
index 5b1bc6c6876690a7cb15363612f70bac63c869ec..1e45b472b63c8a92e22a799c998fe73b98de0cfb 100644
--- a/ash/public/cpp/window_properties.h
+++ b/ash/public/cpp/window_properties.h
@@ -30,6 +30,10 @@ enum class WindowPinType;
ASH_PUBLIC_EXPORT extern const aura::WindowProperty<bool>* const
kPanelAttachedKey;
+// A property key to store the id for a window's shelf item.
+ASH_PUBLIC_EXPORT extern const aura::WindowProperty<ShelfID*>* const
+ kShelfIDKey;
+
// A property key to store the type of a window's shelf item.
ASH_PUBLIC_EXPORT extern const aura::WindowProperty<int32_t>* const
kShelfItemTypeKey;
« no previous file with comments | « ash/public/cpp/shelf_types.h ('k') | ash/public/cpp/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698