| 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 a342fc0878629bbb990c39a4211cd71a78bb7bc8..0a45dd6486a08ad8dc1ab01f83b1293c76c8cdb5 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -353,11 +353,7 @@ std::string ArcAuthService::GetAndResetAuthCode() {
|
| void ArcAuthService::GetAuthCodeDeprecated0(
|
| const GetAuthCodeDeprecated0Callback& callback) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| - DCHECK(!IsOptInVerificationDisabled());
|
| - // For robot account we must use RequestAccountInfo because it allows to
|
| - // specify account type.
|
| - DCHECK(!IsArcKioskMode());
|
| - callback.Run(GetAndResetAuthCode());
|
| + NOTREACHED() << "GetAuthCodeDeprecated0() should no longer be callable";
|
| }
|
|
|
| void ArcAuthService::GetAuthCodeDeprecated(
|
|
|