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

Unified Diff: chrome/browser/ui/ash/launcher/app_window_launcher_controller.h

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/ui/ash/launcher/app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h
index 4ff452ee8cd88af197cb8e7e39cebde026a28a8c..9807e871e76ddbd8dc87ce84d943bedf1c64aaea 100644
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h
@@ -26,6 +26,10 @@ namespace extensions {
class AppWindow;
}
+namespace user_manager {
+class UserID;
+}
+
class ChromeLauncherController;
class Profile;
class AppWindowLauncherItemController;
@@ -43,7 +47,7 @@ class AppWindowLauncherController
// Called by ChromeLauncherController when the active user changed and the
// items need to be updated.
- virtual void ActiveUserChanged(const std::string& user_email) {}
+ virtual void ActiveUserChanged(const user_manager::UserID& user_email) {}
// An additional user identified by |Profile|, got added to the existing
// session.

Powered by Google App Engine
This is Rietveld 408576698