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. |
| + OVERALL_SIGN_IN_TIMEOUT = 17, |
|
hidehiko
2016/09/09 02:31:48
Could you add an entry to tools/metrics/histograms
Luis Héctor Chávez
2016/09/09 03:16:59
Ah couldn't find this string in that file so I tho
|
| + |
| // The size of this enum; keep last. |
| SIZE, |
| }; |