Commit 2c6a4f1a authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[WebOTP] Remove obsolete comment

The patch was landed and `NOTIMPLEMENTED` has been updated to
`NOTREACHED`.

TBR=majidvp@chromium.org

Change-Id: I8f147db129878cc3f3c211c703931329a750fcf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551495Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829479}
parent 7ffc87db
...@@ -179,7 +179,6 @@ void WebOTPService::OnFailure(FailureType failure_type) { ...@@ -179,7 +179,6 @@ void WebOTPService::OnFailure(FailureType failure_type) {
break; break;
case FailureType::kPromptTimeout: case FailureType::kPromptTimeout:
case FailureType::kPromptCancelled: case FailureType::kPromptCancelled:
// TODO(yigu): Land implementation in crrev.com/2427560.
NOTREACHED(); NOTREACHED();
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment