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

Unified Diff: chrome/installer/util/experiment_metrics.h

Issue 2933043002: Installer support for Windows 10 inactive user toast. (Closed)
Patch Set: review feedback Created 3 years, 6 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/installer/setup/user_experiment_unittest.cc ('k') | chrome/installer/util/experiment_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/experiment_metrics.h
diff --git a/chrome/installer/util/experiment_metrics.h b/chrome/installer/util/experiment_metrics.h
index fae5263664ccdbdf83fece90d28dc8192f8626cf..4b31d47eac3c9b15826cbc31f351df082e7f6b9a 100644
--- a/chrome/installer/util/experiment_metrics.h
+++ b/chrome/installer/util/experiment_metrics.h
@@ -26,24 +26,25 @@ struct ExperimentMetrics {
// next logon via Active Setup.
kWaitingForUserLogon = 1,
- // Waiting in user context for the setup singleton.
- kWaitingForSingleton = 2,
-
// Timed out waiting for the setup singleton. Will retry on next update.
- kSingletonWaitTimeout = 3,
+ kSingletonWaitTimeout = 2,
// A group has been assigned. The experiment has moved out of the initial
// state at this point. This state is reached under the setup singleton.
- kGroupAssigned = 4,
+ kGroupAssigned = 3,
// The user is not participating on account of using a tablet-like device.
- kIsTabletDevice = 5,
+ kIsTabletDevice = 4,
// Chrome has been run within the last 28 days.
- kIsActive = 6,
+ kIsActive = 5,
// The user has not been active on the machine much in the last 28 days.
- kIsDormant = 7,
+ kIsDormant = 6,
+
+ // Chrome has received an in-use update for which the rename is pending.
+ // The UX cannot be shown.
+ kIsUpdateRenamePending = 7,
// Deferring presentation until it's okay to show the toast.
kDeferringPresentation = 8,
« no previous file with comments | « chrome/installer/setup/user_experiment_unittest.cc ('k') | chrome/installer/util/experiment_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698