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

Unified Diff: components/mus/ws/window_server.h

Issue 2094933003: mus: Add UserActivityMonitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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: components/mus/ws/window_server.h
diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
index d8e463d0207406044491675a93519a38891b51fe..598899f1cff0ed46384cbd55420818b74adbd92d 100644
--- a/components/mus/ws/window_server.h
+++ b/components/mus/ws/window_server.h
@@ -34,6 +34,7 @@ namespace ws {
class AccessPolicy;
class DisplayManager;
class ServerWindow;
+class UserActivityMonitor;
class WindowManagerState;
class WindowServerDelegate;
class WindowTree;
@@ -127,6 +128,8 @@ class WindowServer : public ServerWindowDelegate,
void OnFirstWindowManagerWindowTreeFactoryReady();
+ UserActivityMonitor* GetUserActivityMonitorForUser(const UserId& user_id);
+
WindowManagerWindowTreeFactorySet* window_manager_window_tree_factory_set() {
return &window_manager_window_tree_factory_set_;
}

Powered by Google App Engine
This is Rietveld 408576698