1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +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

@@ -15,7 +15,7 @@ export class IpcContentScriptManagerService {
}
configService
.getFeatureFlag$(FeatureFlag.IpcChannelFramework)
.getFeatureFlag$(FeatureFlag.ContentScriptIpcChannelFramework)
.pipe(
mergeMap(async (enabled) => {
if (!enabled) {

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,