File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 30
30
#include " components/omnibox/common/omnibox_features.h"
31
31
#include " components/password_manager/core/common/password_manager_features.h"
32
32
#include " components/translate/core/browser/translate_prefs.h"
33
- #include " components/sync/driver/sync_driver_switches.h"
34
33
#include " components/unified_consent/feature.h"
35
34
#include " extensions/common/extension_features.h"
36
35
#include " services/network/public/cpp/features.h"
@@ -148,9 +147,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
148
147
// Disabled features.
149
148
const std::unordered_set<const char *> disabled_features = {
150
149
autofill::features::kAutofillServerCommunication .name ,
151
- // TODO(darkdh): remove this when USS bookmarks is mature
152
- // 84919fdb99b162030a1113d5990667885b774064
153
- switches::kSyncUSSBookmarks .name ,
154
150
network::features::kNetworkService .name ,
155
151
unified_consent::kUnifiedConsent .name ,
156
152
#if !defined(CHROME_MULTIPLE_DLL_CHILD) && !BUILDFLAG(ENABLE_BRAVE_TRANSLATE)
You can’t perform that action at this time.
0 commit comments