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

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

Issue 1770533002: Change userid from a uint32_t to a string guid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@33connector
Patch Set: . 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/user_id_tracker.cc ('k') | components/mus/ws/window_manager_factory_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/user_id_tracker_observer.h
diff --git a/components/mus/ws/user_id_tracker_observer.h b/components/mus/ws/user_id_tracker_observer.h
index d6b5a86b5285e4f8a81657adf6588995f5430cee..840c410bf4c0ce018c8b6b6a3651edfa6ff15fa5 100644
--- a/components/mus/ws/user_id_tracker_observer.h
+++ b/components/mus/ws/user_id_tracker_observer.h
@@ -14,9 +14,9 @@ namespace ws {
class UserIdTrackerObserver {
public:
- virtual void OnActiveUserIdChanged(UserId id) = 0;
- virtual void OnUserIdAdded(UserId id) = 0;
- virtual void OnUserIdRemoved(UserId id) = 0;
+ virtual void OnActiveUserIdChanged(const UserId& id) = 0;
+ virtual void OnUserIdAdded(const UserId& id) = 0;
+ virtual void OnUserIdRemoved(const UserId& id) = 0;
protected:
virtual ~UserIdTrackerObserver() {}
« no previous file with comments | « components/mus/ws/user_id_tracker.cc ('k') | components/mus/ws/window_manager_factory_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698