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 28
28
#include " components/autofill/core/common/autofill_payments_features.h"
29
29
#include " components/omnibox/common/omnibox_features.h"
30
30
#include " components/password_manager/core/common/password_manager_features.h"
31
- #include " components/sync/driver/sync_driver_switches.h"
32
31
#include " components/unified_consent/feature.h"
33
32
#include " extensions/common/extension_features.h"
34
33
#include " services/network/public/cpp/features.h"
@@ -160,9 +159,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
160
159
// Disabled features.
161
160
const std::unordered_set<const char *> disabled_features = {
162
161
autofill::features::kAutofillServerCommunication .name ,
163
- // TODO(darkdh): remove this when USS bookmarks is mature
164
- // 84919fdb99b162030a1113d5990667885b774064
165
- switches::kSyncUSSBookmarks .name ,
166
162
network::features::kNetworkService .name ,
167
163
unified_consent::kUnifiedConsent .name ,
168
164
};
You can’t perform that action at this time.
0 commit comments