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

Unified Diff: chrome/browser/ui/ash/session_controller_client.h

Issue 2617763003: Add a mojo interface for AccountId (Closed)
Patch Set: allow UNKNOWN account type Created 3 years, 11 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/session_controller_client.h
diff --git a/chrome/browser/ui/ash/session_controller_client.h b/chrome/browser/ui/ash/session_controller_client.h
index c2d22c9061109c328e33e528dc366ddce603aae9..9a19dcc72d20fe6d46f0e2d89b8daa9e06830d50 100644
--- a/chrome/browser/ui/ash/session_controller_client.h
+++ b/chrome/browser/ui/ash/session_controller_client.h
@@ -32,7 +32,7 @@ class SessionControllerClient
// ash::mojom::SessionControllerClient:
void RequestLockScreen() override;
- void SwitchActiveUser(const std::string& serialized_account_id) override;
+ void SwitchActiveUser(const AccountId& account_id) override;
void CycleActiveUser(bool next_user) override;
// user_manager::UserManager::UserSessionStateObserver:

Powered by Google App Engine
This is Rietveld 408576698