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

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

Issue 1775133003: Moves EventDispatcher from Display to WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo Created 4 years, 9 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/mus/ws/test_utils.cc ('k') | components/mus/ws/user_id_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/user_id_tracker.h
diff --git a/components/mus/ws/user_id_tracker.h b/components/mus/ws/user_id_tracker.h
index 45d577d5e94cd3efc3b7fcf379446a99f0bfea00..e1f5cf35bdad47708fdaa1deb922d24f5cf022b0 100644
--- a/components/mus/ws/user_id_tracker.h
+++ b/components/mus/ws/user_id_tracker.h
@@ -26,6 +26,8 @@ class UserIdTracker {
bool IsValidUserId(const UserId& id) const;
+ const UserId& active_id() const { return active_id_; }
+
void SetActiveUserId(const UserId& id);
void AddUserId(const UserId& id);
void RemoveUserId(const UserId& id);
« no previous file with comments | « components/mus/ws/test_utils.cc ('k') | components/mus/ws/user_id_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698