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

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: Removed obsolete comment, useless function. Added histogram string. 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
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,
};

Powered by Google App Engine
This is Rietveld 408576698