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

Unified Diff: components/mus/ws/user_id_tracker.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.h ('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 5a97e6e0c59d7a61e32c8ad62437cccf9a31809b..45d577d5e94cd3efc3b7fcf379446a99f0bfea00 100644
--- a/components/mus/ws/user_id_tracker.h
+++ b/components/mus/ws/user_id_tracker.h
@@ -24,11 +24,11 @@ class UserIdTracker {
UserIdTracker();
~UserIdTracker();
- bool IsValidUserId(UserId id) const;
+ bool IsValidUserId(const UserId& id) const;
- void SetActiveUserId(UserId id);
- void AddUserId(UserId id);
- void RemoveUserId(UserId id);
+ void SetActiveUserId(const UserId& id);
+ void AddUserId(const UserId& id);
+ void RemoveUserId(const UserId& id);
void AddObserver(UserIdTrackerObserver* observer);
void RemoveObserver(UserIdTrackerObserver* observer);
« no previous file with comments | « components/mus/ws/user_id.h ('k') | components/mus/ws/user_id_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698