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:
@@ -15,7 +15,7 @@ export class IpcContentScriptManagerService {
|
||||
}
|
||||
|
||||
configService
|
||||
.getFeatureFlag$(FeatureFlag.IpcChannelFramework)
|
||||
.getFeatureFlag$(FeatureFlag.ContentScriptIpcChannelFramework)
|
||||
.pipe(
|
||||
mergeMap(async (enabled) => {
|
||||
if (!enabled) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user