| Index: chrome/browser/chromeos/arc/arc_auth_service.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.cc b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| index 672eb8a6006065bdecdc53a3c4b7fca868fe66e1..06f4699286a0db0cdc967d1ba666c8f73d52c6b7 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -439,12 +439,7 @@ void ArcAuthService::GetIsAccountManaged(
|
| }
|
|
|
| void ArcAuthService::SetState(State state) {
|
| - if (state_ == state)
|
| - return;
|
| -
|
| state_ = state;
|
| - for (auto& observer : observer_list_)
|
| - observer.OnOptInChanged(state_);
|
| }
|
|
|
| bool ArcAuthService::IsAllowed() const {
|
|
|