Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed deprecated sync v2 flag #25437

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading