| 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..d0ab9710fda0a1a0f0c7c2e7cb7804f70f6dd2d3 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_reported_ = false;
|
| base::OneShotTimer arc_sign_in_timer_;
|
|
|
| std::unique_ptr<ArcSupportHost> support_host_;
|
|
|