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

Unified Diff: ui/views/mus/mus_client.h

Issue 2655513002: mash: Relay some Chrome aura window properties to Ash. (Closed)
Patch Set: More cleanup. Created 3 years, 11 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: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 72792a72c520077a42ff6d760307bdc04bb16de2..62e0a30be142112862b5ab6e6d4f5cedcc45089f 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -58,8 +58,7 @@ class MusClientTestApi;
// MusClient establishes a connection to mus and sets up necessary state so that
// aura and views target mus. This class is useful for typical clients, not the
-// WindowManager. Most clients don't create this directly, rather use
-// AuraInit.
+// WindowManager. Most clients don't create this directly, rather use AuraInit.
class VIEWS_MUS_EXPORT MusClient
: public aura::WindowTreeClientDelegate,
public ScreenMusDelegate,
@@ -104,6 +103,9 @@ class VIEWS_MUS_EXPORT MusClient
void AddObserver(MusClientObserver* observer);
void RemoveObserver(MusClientObserver* observer);
+ // Called when a client window property changes; notifies observers.
+ void OnWindowPropertyChanged(aura::Window* window, const void* key);
+
private:
friend class AuraInit;
friend class test::MusClientTestApi;

Powered by Google App Engine
This is Rietveld 408576698