forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1749887 - Make startup.profile_selection_reason probe never expir…
…e. data-review=chutten,r=chutten Differential Revision: https://phabricator.services.mozilla.com/D137887
- Loading branch information
1 parent
63e0667
commit 585a021
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5839,6 +5839,7 @@ startup: | |
- 1522934 | ||
- 1570652 | ||
- 1623406 | ||
- 1749887 | ||
description: > | ||
How the profile was selected during startup. One of the following reasons: | ||
unknown: | ||
|
@@ -5871,7 +5872,7 @@ startup: | |
A first run of the application created a new profile to use. | ||
default: | ||
The default profile was selected as normal. | ||
expires: "99" | ||
expires: "never" | ||
keyed: false | ||
kind: string | ||
notification_emails: | ||
|
@@ -5880,7 +5881,7 @@ startup: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- wlachance@mozilla.com | ||
- shong@mozilla.com | ||
release_channel_collection: opt-out | ||
products: | ||
- 'firefox' | ||
|