Skip to content

Commit 26b1d96

Browse files
committed
Remove manually disable field trail feature
Make sure brave/brave-browser#4551 and #2471 landed first
1 parent 2914a57 commit 26b1d96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/brave_main_delegate.cc

-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "components/omnibox/common/omnibox_features.h"
3131
#include "components/password_manager/core/common/password_manager_features.h"
3232
#include "components/translate/core/browser/translate_prefs.h"
33-
#include "components/sync/driver/sync_driver_switches.h"
3433
#include "components/unified_consent/feature.h"
3534
#include "extensions/common/extension_features.h"
3635
#include "services/network/public/cpp/features.h"
@@ -150,9 +149,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
150149
const std::unordered_set<const char*> disabled_features = {
151150
autofill::features::kAutofillSaveCardSignInAfterLocalSave.name,
152151
autofill::features::kAutofillServerCommunication.name,
153-
// TODO(darkdh): remove this when USS bookmarks is mature
154-
// 84919fdb99b162030a1113d5990667885b774064
155-
switches::kSyncUSSBookmarks.name,
156152
network::features::kNetworkService.name,
157153
unified_consent::kUnifiedConsent.name,
158154
#if !BUILDFLAG(ENABLE_BRAVE_TRANSLATE)

0 commit comments

Comments
 (0)