| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index b404c4befaf660475bb8f684540fcbae840fb9dc..b2755125ac34765634fb16fc62add8fda7558712 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -291,6 +291,7 @@ class ArcAuthService : public ArcService,
|
| base::ObserverList<Observer> observer_list_;
|
| std::unique_ptr<ArcAppLauncher> playstore_launcher_;
|
| bool reenable_arc_ = false;
|
| + bool provisioning_reported_ = false;
|
| base::OneShotTimer arc_sign_in_timer_;
|
|
|
| // Notifies the correct callback whenever the auth_code is ready.
|
|
|