diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 4b5c90261452..7ec4ef97cc30 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -46,6 +46,7 @@ public static class FeatureFlagKeys public const string AutofillV2 = "autofill-v2"; public const string BrowserFilelessImport = "browser-fileless-import"; public const string AutofillOverlay = "autofill-overlay"; + public const string ItemShare = "item-share"; public static List GetAllKeys() {