Skip to content

Commit 2cb26c9

Browse files
committed
Remove manually disable field trail feature
Make sure brave/brave-browser#4551 and #2471 landed first
1 parent dec70a7 commit 2cb26c9

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
@@ -27,7 +27,6 @@
2727
#include "components/autofill/core/common/autofill_features.h"
2828
#include "components/autofill/core/common/autofill_payments_features.h"
2929
#include "components/password_manager/core/common/password_manager_features.h"
30-
#include "components/sync/driver/sync_driver_switches.h"
3130
#include "components/unified_consent/feature.h"
3231
#include "content/public/common/content_features.h"
3332
#include "extensions/common/extension_features.h"
@@ -148,9 +147,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
148147
autofill::features::kAutofillServerCommunication.name,
149148
features::kAudioServiceOutOfProcess.name,
150149
features::kDefaultEnableOopRasterization.name,
151-
// TODO(darkdh): remove this when USS bookmarks is mature
152-
// 84919fdb99b162030a1113d5990667885b774064
153-
switches::kSyncUSSBookmarks.name,
154150
network::features::kNetworkService.name,
155151
unified_consent::kUnifiedConsent.name,
156152
features::kLookalikeUrlNavigationSuggestionsUI.name,

0 commit comments

Comments
 (0)