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

Unified Diff: chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.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/chromeos/profiles/multiprofiles_session_aborted_dialog.h
diff --git a/chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h b/chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h
index 966d023e44d1f408de10dfa38f9b5abe5be97e9a..3c0439bc0b26c2afe7baa91ee7348b57c4ddcc65 100644
--- a/chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h
+++ b/chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h
@@ -7,10 +7,14 @@
#include <string>
+namespace user_manager {
+class UserID;
+}
+
namespace chromeos {
// Shows a dialog when a user policy change ends a Multiprofile session.
-void ShowMultiprofilesSessionAbortedDialog(const std::string& user_email);
+void ShowMultiprofilesSessionAbortedDialog(const user_manager::UserID& user_email);
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698