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

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

Issue 2915223002: mash: Fix mash app shelf items; encapsulate ash property setup. (Closed)
Patch Set: Similar changes for other mash apps. 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
Index: ash/public/cpp/window_properties.h
diff --git a/ash/public/cpp/window_properties.h b/ash/public/cpp/window_properties.h
index 018703d7e78e7447e4ccd06f14de84e77cc80ea8..36f333dbd25f8255d814c0e42806e61e3830edc5 100644
--- a/ash/public/cpp/window_properties.h
+++ b/ash/public/cpp/window_properties.h
@@ -48,6 +48,11 @@ ASH_PUBLIC_EXPORT extern const aura::WindowProperty<mojom::WindowPinType>* const
// Alphabetical sort.
+// Registers ash window properties with the MusClient's property converter.
+// Also registers various properties for mirroring to root aura::Windows.
+// This propagates ash properties set on app aura::Windows to ash, via mojo.
+void ASH_PUBLIC_EXPORT RegisterWindowPropertiesForTransportAndMirroring();
+
} // namespace ash
#endif // ASH_PUBLIC_CPP_WINDOW_PROPERTIES_H_

Powered by Google App Engine
This is Rietveld 408576698