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 c826427d37f2dfcaa63cec44649612867b937e31..1b4c7f01ad6289f54ae8aa292e8da841b6d4e960 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service.h |
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
@@ -57,7 +57,8 @@ class ArcAuthService : public ArcService, |
enum class UIPage { |
NO_PAGE, // Hide everything. |
- START, // Initial start page. |
+ TERMS_PROGRESS, // Terms loading progress page. |
+ TERMS, // Terms content page. |
LSO_PROGRESS, // LSO loading progress page. |
LSO, // LSO page to enter user's credentials. |
START_PROGRESS, // Arc starting progress page. |