1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

chore(flags): [PM-31326] Rename ipc-channel-framework feature flag

* Rename feature flag

* Not sure what happened here.  Renaming the class.
This commit is contained in:
Todd Martin
2026-01-28 08:25:10 -05:00
committed by GitHub
parent b2b1548350
commit a04566ae11
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export enum FeatureFlag {
PM27632_SdkCipherCrudOperations = "pm-27632-cipher-crud-operations-to-sdk",
/* Platform */
IpcChannelFramework = "ipc-channel-framework",
ContentScriptIpcChannelFramework = "content-script-ipc-channel-framework",
/* Innovation */
PM19148_InnovationArchive = "pm-19148-innovation-archive",
@@ -162,7 +162,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.EnableAccountEncryptionV2JitPasswordRegistration]: FALSE,
/* Platform */
[FeatureFlag.IpcChannelFramework]: FALSE,
[FeatureFlag.ContentScriptIpcChannelFramework]: FALSE,
/* Innovation */
[FeatureFlag.PM19148_InnovationArchive]: FALSE,