| 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 2f68cd39a8b671c0e9ea76adffb5520cd2d9f717..b9e6986c54d8648191e565c52f478c4d283041e0 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
|
| @@ -192,7 +192,8 @@ void ArcAuthService::OnInstanceReady() {
|
| binding_.CreateInterfacePtrAndBind());
|
| }
|
|
|
| -void ArcAuthService::OnBridgeStopped() {
|
| +void ArcAuthService::OnBridgeStopped(ArcBridgeService::StopReason reason) {
|
| + // TODO(crbug.com/625923): Use |reason| to report more detailed errors.
|
| if (waiting_for_reply_) {
|
| // Using SERVICE_UNAVAILABLE instead of UNKNOWN_ERROR, since the latter
|
| // causes this code to not try to stop ARC, so it would retry without the
|
|
|