Commit e647e755 authored by Tao Wu's avatar Tao Wu Committed by Commit Bot

ambient: Clean up one comment

Change-Id: I2928f064f9948975d4b54e25d461ebefbbecf924
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367114Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Commit-Queue: Tao Wu <wutao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800187}
parent c4db0322
...@@ -110,7 +110,6 @@ void AmbientAccessTokenController::NotifyAccessTokenRefreshed() { ...@@ -110,7 +110,6 @@ void AmbientAccessTokenController::NotifyAccessTokenRefreshed() {
} }
void AmbientAccessTokenController::RunCallback(AccessTokenCallback callback) { void AmbientAccessTokenController::RunCallback(AccessTokenCallback callback) {
LOG(ERROR) << " DW run calback " << access_token_;
std::move(callback).Run(gaia_id_, access_token_); std::move(callback).Run(gaia_id_, access_token_);
} }
......
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