| 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 6ac8869e8447b5acb705e45fd1aa9b919e218f44..e2c233284d4ca747968078bd6d7618e5c71f442b 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -667,7 +667,7 @@ void ArcAuthService::StartUI() {
|
|
|
| if (initial_opt_in_) {
|
| initial_opt_in_ = false;
|
| - ShowUI(UIPage::START, base::string16());
|
| + ShowUI(UIPage::TERMS_PROGRESS, base::string16());
|
| } else {
|
| context_->PrepareContext();
|
| }
|
|
|