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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2878133002: mash: Serialize ShelfIDs for property conversion and transport. (Closed)
Patch Set: Address comments. 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 | « components/exo/shell_surface.cc ('k') | ui/aura/mus/property_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index 91f87baeb33b7db1b2c885573ee7029e1560da33..d2781604077f84840b3fc277e188bdda90ce2e39 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -130,7 +130,7 @@ interface WindowManager {
// See ShadowElevation for details. Type: wm::ShadowElevation.
const string kShadowElevation_Property = "prop:shadow-elevation";
- // The shelf ID struct. Maps to ash::kShelfIDKey. Type: ash::ShelfID.
+ // The serialized shelf id. Maps to ash::kShelfIDKey. Type: mojom::String.
const string kShelfID_Property = "prop:shelf-id";
// The type of item to be shown on the shelf for this window. Type: int
« no previous file with comments | « components/exo/shell_surface.cc ('k') | ui/aura/mus/property_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698