| 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 827972626d7bad8e421952bdd23014bd81b89967..2a4ff3f043d782aa27bd964144ee3c09db42b056 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -851,7 +851,7 @@ void ArcAuthService::StartUI() {
|
|
|
| if (initial_opt_in_) {
|
| initial_opt_in_ = false;
|
| - ShowUI(UIPage::TERMS_PROGRESS, base::string16());
|
| + ShowUI(UIPage::TERMS, base::string16());
|
| } else {
|
| context_->PrepareContext();
|
| }
|
|
|