Chromium Code Reviews| 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 5955f6f6ad48f95aa5e95adc7b798714602febab..18cc72570239b578248e87b0edc7974b5f63c814 100644 |
| --- a/chrome/browser/chromeos/arc/arc_optin_uma.h |
| +++ b/chrome/browser/chromeos/arc/arc_optin_uma.h |
| @@ -75,6 +75,9 @@ enum class ProvisioningResult : int { |
| // ARC instance is stopped during the sign in procedure. |
| ARC_STOPPED = 16, |
| + // Overall sign in timeout. |
|
Yusuke Sato
2016/09/09 03:28:57
nit: This comment does not add any info at all, bu
Luis Héctor Chávez
2016/09/09 03:37:24
Found a way to improve it slightly without being t
|
| + OVERALL_SIGN_IN_TIMEOUT = 17, |
| + |
| // The size of this enum; keep last. |
| SIZE, |
| }; |