| Index: chrome/browser/chromeos/arc/arc_session_manager.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| index 8c1469759e7f71a4f35edc00c9c9fb1cfdbec9f3..ee7ec838d0fa17080ecd013bacbec880840155cb 100644
|
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h
|
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| @@ -238,6 +238,7 @@ class ArcSessionManager : public ArcService,
|
| std::unique_ptr<ArcAppLauncher> playstore_launcher_;
|
| bool clear_required_ = false;
|
| bool reenable_arc_ = false;
|
| + bool provisioning_error_reported_ = false;
|
| base::OneShotTimer arc_sign_in_timer_;
|
|
|
| std::unique_ptr<ArcSupportHost> support_host_;
|
|
|