Drew Willcoxon dd477a0aff Bug 1729569 - Add a Nimbus variable for the Firefox Suggest scenario. r=nanj
This adds a `quickSuggestScenario` Nimbus variable.

We could use the `quickSuggestShouldShowOnboardingDialog` variable to
distinguish between offline and online on the client, since offline won't get
the onboarding but online will. However, using a separate variable would be
clearer and possibly less confusing for stakeholders, and it would also allow us
to have finer control over the onboarding prompt if we need it.

We'll need to distinguish between the two scenarios on the client for telemetry
pings, tweaks to the preferences UI, and possibly other things.

Differential Revision: https://phabricator.services.mozilla.com/D124844
2021-09-07 23:58:46 +00:00
..