Bug 1866292 - Add fxsuggest_data_sharing_opt_in as a recorded result type. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D194689
This commit is contained in:
@@ -1439,6 +1439,8 @@ export var UrlbarUtils = {
|
||||
return "site_specific_contextual_search";
|
||||
case "UrlbarProviderQuickSuggest":
|
||||
return this._getQuickSuggestTelemetryType(result);
|
||||
case "UrlbarProviderQuickSuggestContextualOptIn":
|
||||
return "fxsuggest_data_sharing_opt_in";
|
||||
case "Weather":
|
||||
return "weather";
|
||||
}
|
||||
|
||||
@@ -99,6 +99,7 @@ urlbar:
|
||||
`bookmark`,
|
||||
`calc`,
|
||||
`clipboard`,
|
||||
`fxsuggest_data_sharing_opt_in`,
|
||||
`history`,
|
||||
`intervention_clear`,
|
||||
`intervention_refresh`,
|
||||
@@ -230,6 +231,7 @@ urlbar:
|
||||
`calc`,
|
||||
`clipboard`,
|
||||
`experimental_addon`,
|
||||
`fxsuggest_data_sharing_opt_in`,
|
||||
`history`,
|
||||
`input_field`,
|
||||
`intervention_clear`,
|
||||
@@ -350,6 +352,7 @@ urlbar:
|
||||
`bookmark`,
|
||||
`calc`,
|
||||
`clipboard`,
|
||||
`fxsuggest_data_sharing_opt_in`,
|
||||
`history`,
|
||||
`intervention_clear`,
|
||||
`intervention_refresh`,
|
||||
@@ -496,6 +499,7 @@ urlbar:
|
||||
`bookmark`,
|
||||
`calc`,
|
||||
`clipboard`,
|
||||
`fxsuggest_data_sharing_opt_in`,
|
||||
`history`,
|
||||
`intervention_clear`,
|
||||
`intervention_refresh`,
|
||||
|
||||
Reference in New Issue
Block a user