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

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

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ Created 3 years, 10 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 4e4f534ed176f708a65ab57527624407572d8949..d73764406e6c8f2a51aa0a36100031c1a5433ec2 100644
--- a/chrome/browser/chromeos/arc/arc_optin_uma.h
+++ b/chrome/browser/chromeos/arc/arc_optin_uma.h
@@ -16,11 +16,11 @@ namespace arc {
// These enums are used to define the buckets for an enumerated UMA histogram
// and need to be synced with histograms.xml
enum class OptInActionType : int {
- OPTED_OUT = 0, // Arc was opted out by user.
- OPTED_IN = 1, // Arc was opted in by user.
- NOTIFICATION_ACCEPTED = 2, // Arc OptIn notification was accepted.
- NOTIFICATION_DECLINED = 3, // Arc OptIn notification was declined.
- NOTIFICATION_TIMED_OUT = 4, // Arc OptIn notification was timed out.
+ OPTED_OUT = 0, // ARC was opted out by user.
+ OPTED_IN = 1, // ARC was opted in by user.
+ NOTIFICATION_ACCEPTED = 2, // ARC OptIn notification was accepted.
+ NOTIFICATION_DECLINED = 3, // ARC OptIn notification was declined.
+ NOTIFICATION_TIMED_OUT = 4, // ARC OptIn notification was timed out.
RETRY = 5, // User asked to retry OptIn.
SIZE, // The size of this enum; keep last.
};
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_notification.h ('k') | chrome/browser/chromeos/arc/arc_session_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698