Skip to content

Commit

Permalink
Merge pull request #25437 from brave/bsc-remove-sync-flag
Browse files Browse the repository at this point in the history
Removed deprecated sync v2 flag
  • Loading branch information
bsclifton committed Sep 5, 2024
2 parents 3b24d47 + 3aab335 commit 10078d4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "brave/components/brave_rewards/common/buildflags/buildflags.h"
#include "brave/components/brave_rewards/common/features.h"
#include "brave/components/brave_shields/core/common/features.h"
#include "brave/components/brave_sync/features.h"
#include "brave/components/brave_vpn/common/buildflags/buildflags.h"
#include "brave/components/brave_wallet/common/features.h"
#include "brave/components/de_amp/common/features.h"
Expand Down Expand Up @@ -802,14 +801,6 @@
FEATURE_VALUE_TYPE( \
brave_ads::kAllowedToFallbackToCustomNotificationAdFeature), \
}, \
{ \
"brave-sync-v2", \
"Enable Brave Sync v2", \
"Brave Sync v2 integrates with chromium sync engine with Brave " \
"specific authentication flow and enforce client side encryption", \
kOsDesktop, \
FEATURE_VALUE_TYPE(brave_sync::features::kBraveSync), \
}, \
{ \
"file-system-access-api", \
"File System Access API", \
Expand Down

0 comments on commit 10078d4

Please sign in to comment.