Skip to content

Commit

Permalink
Removed deprecated sync v2 flag
Browse files Browse the repository at this point in the history
The sync feature itself still exists and can be disabled via CLI. This
is just the entry on brave://flags

Fixes brave/brave-browser#32450
  • Loading branch information
bsclifton committed Sep 5, 2024
1 parent 29a2752 commit 3aab335
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 3aab335

Please sign in to comment.