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

Unified Diff: components/user_manager/fake_user_manager.h

Issue 1865133002: kiosk: Fix kiosk session restart (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore "PublicAccounts" local state Created 4 years, 8 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: components/user_manager/fake_user_manager.h
diff --git a/components/user_manager/fake_user_manager.h b/components/user_manager/fake_user_manager.h
index fa36f3ec7cd8110b597d9cdfaf362ea58c5e8540..ddade2b35ed16472d8e6fa74f1d777e98a5991a1 100644
--- a/components/user_manager/fake_user_manager.h
+++ b/components/user_manager/fake_user_manager.h
@@ -127,16 +127,16 @@ class USER_MANAGER_EXPORT FakeUserManager : public UserManagerBase {
const AccountId& account_id,
user_manager::User::OAuthTokenStatus status) const override {}
bool IsEnterpriseManaged() const override;
- void LoadPublicAccounts(std::set<AccountId>* public_sessions_set) override {}
+ void LoadDeviceLocalAccounts(
+ std::set<AccountId>* device_local_accounts_set) override {}
void PerformPreUserListLoadingActions() override {}
void PerformPostUserListLoadingActions() override {}
void PerformPostUserLoggedInActions(bool browser_restart) override {}
bool IsDemoApp(const AccountId& account_id) const override;
- bool IsKioskApp(const AccountId& account_id) const override;
bool IsPublicAccountMarkedForRemoval(
const AccountId& account_id) const override;
void DemoAccountLoggedIn() override {}
- void KioskAppLoggedIn(const AccountId& kiosk_app_account_id) override {}
+ void KioskAppLoggedIn(user_manager::User* user) override {}
void PublicAccountUserLoggedIn(user_manager::User* user) override {}
void SupervisedUserLoggedIn(const AccountId& account_id) override {}
void OnUserRemoved(const AccountId& account_id) override {}

Powered by Google App Engine
This is Rietveld 408576698