| Index: chrome/browser/chromeos/arc/arc_optin_uma.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_optin_uma.h b/chrome/browser/chromeos/arc/arc_optin_uma.h
|
| index 307604e20f3363af1813a06bc8ca61c3073ee3e3..ad4dbbd0bbc0cdfd7e567a122a12e2678c3660b5 100644
|
| --- a/chrome/browser/chromeos/arc/arc_optin_uma.h
|
| +++ b/chrome/browser/chromeos/arc/arc_optin_uma.h
|
| @@ -79,6 +79,11 @@ enum class ProvisioningResult : int {
|
| // time.
|
| OVERALL_SIGN_IN_TIMEOUT = 17,
|
|
|
| + // In Chrome, server communication error occurs.
|
| + // For backward compatibility, the UMA is handled differently. Please see
|
| + // ArcAuthService::OnProvisioningFinished for details.
|
| + CHROME_SERVER_COMMUNICATION_ERROR = 18,
|
| +
|
| // The size of this enum; keep last.
|
| SIZE,
|
| };
|
|
|