Skip to content

Commit e182e55

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

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
@@ -28,7 +28,6 @@
2828
#include "components/autofill/core/common/autofill_payments_features.h"
2929
#include "components/omnibox/common/omnibox_features.h"
3030
#include "components/password_manager/core/common/password_manager_features.h"
31-
#include "components/sync/driver/sync_driver_switches.h"
3231
#include "components/unified_consent/feature.h"
3332
#include "extensions/common/extension_features.h"
3433
#include "services/network/public/cpp/features.h"
@@ -160,9 +159,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
160159
// Disabled features.
161160
const std::unordered_set<const char*> disabled_features = {
162161
autofill::features::kAutofillServerCommunication.name,
163-
// TODO(darkdh): remove this when USS bookmarks is mature
164-
// 84919fdb99b162030a1113d5990667885b774064
165-
switches::kSyncUSSBookmarks.name,
166162
network::features::kNetworkService.name,
167163
unified_consent::kUnifiedConsent.name,
168164
};

0 commit comments

Comments
 (0)