Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3661)

Unified Diff: chrome/browser/chromeos/arc/arc_optin_uma.h

Issue 2323043003: arc: Add a global 5 minute timeout for ARC opt-in (Closed)
Patch Set: nits Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..42f2a65eaddeb838230a24c761b547b90a8ff35e 100644
--- a/chrome/browser/chromeos/arc/arc_optin_uma.h
+++ b/chrome/browser/chromeos/arc/arc_optin_uma.h
@@ -75,6 +75,10 @@ enum class ProvisioningResult : int {
// ARC instance is stopped during the sign in procedure.
ARC_STOPPED = 16,
+ // ARC instance did not report sign in status within a reasonable amount of
+ // time.
+ OVERALL_SIGN_IN_TIMEOUT = 17,
+
// The size of this enum; keep last.
SIZE,
};
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698